forked from steedos/steedos-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
44
45
46
47
48
49
50
{
"name": "steedos-project-template",
"version": "1.23.26",
"description": "",
"main": "server.js",
"engines": {
"node": ">=12"
},
"scripts": {
"debug": "nodemon server.js",
"start": "node server.js 2>server.log",
"pkg": "node bin/scripts/package.js",
"pkg_zip": "node bin/scripts/pkg_zip.js",
"pkg_image": "node bin/scripts/pkg_image.js",
"upload": "node bin/scripts/upload.js",
"upload_zip": "node bin/scripts/upload_zip.js",
"upload_image": "node bin/scripts/upload_image.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@steedos/accounts": "^1.23.26",
"@steedos/mongodb-memory-server-core": "7.0.0-beta.14",
"@steedos/plugin-enterprise": "^1.23.26",
"@steedos/plugin-qywx": "^0.0.17",
"@steedos/steedos-plugin-workflow": "2.1.1",
"@steedos/word-template": "1.23.0-alpha.17",
"aliyun-sdk": "^1.12.3",
"dotenv-flow": "^3.1.0",
"mssql": "5.1.2",
"mysql": "2.18.1",
"oracledb": "4.0.1",
"pg": "7.18.2",
"sqlite3": "4.2.0",
"steedos-server": "^1.23.26"
},
"homepage": "https://www.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"
}
}