-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"name": "@formio/deploy",
"version": "1.26.0",
"description": "Deployment configurations for the Form.io Enterprise Platform",
"main": "index.js",
"bin": {
"formio-deploy": "./bin/formio-deploy"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "node index.js package --license=YOURLICENSE"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formio/deploy.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/formio/deploy/issues"
},
"homepage": "https://github.com/formio/deploy#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@travist/async-shell": "^1.5.0",
"adm-zip": "^0.5.9",
"archiver": "^5.3.1",
"commander": "^9.4.0",
"dotenv": "^16.0.1",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"node-fetch": "2.6.7",
"semver": "^7.3.7",
"zip-local": "^0.3.5"
},
"engines" : {
"node" : ">=16.0.0"
}
}