-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@steedos/steedos-app-purchase",
"version": "0.0.1",
"description": "",
"main": "server.js",
"scripts": {
"debug": "nodemon server.js",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@steedos/accounts": "^1.23.0-alpha.11",
"@steedos/metadata-api": "^1.23.0-alpha.9",
"@steedos/steedos-plugin-workflow": "^2.0.10",
"dotenv-flow": "^3.1.0",
"steedos-server": "^1.23.0-alpha.11"
},
"devDependencies": {
"nodemon": "^1.19.1"
},
"homepage": "https://developer.steedos.com",
"resolutions": {
"**/lodash": "^4.17.15",
"**/handlebars": "^4.3.0",
"**/debug": "^3.1.0",
"**/hoek": "^5.0.3",
"**/cryptiles": "^4.1.2",
"**/bcrypt": "3.0.6",
"**/samlp": "3.4.1",
"**/xmldom": "0.2.1",
"**/tslib": "1.11.2",
"**/fibers": "^4.0.3"
}
}