forked from steedos/service-management-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
37
38
39
40
41
42
43
{
"name": "@steedos/app-service-management",
"version": "1.23.25",
"description": "",
"main": "index.js",
"scripts": {
"debug": "nodemon server.js",
"start": "node server.js",
"buildPackage": "steedos package:build -n okr -p steedos-app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"private": false,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@steedos/accounts": "^1.23.25",
"@steedos/steedos-plugin-workflow": "^2.0.8",
"dotenv-flow": "^3.1.0",
"nodemon": "^1.19.1",
"steedos-server": "^1.23.25"
},
"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",
"**/cookies": "0.6.2",
"**/@babel/runtime": "7.12.0"
},
"dependencies": {
"bcrypt": "3.0.6"
}
}