-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "@formio/cli",
"version": "2.3.0",
"description": "The Form.io Command Line Interface application.",
"main": "index.js",
"scripts": {
"test": "cd ./test/docker && docker-compose up -d && cd ../.. && yarn mocha ./test/index -b -t 60000 --exit && cd ./test/docker && docker-compose down",
"lint": "eslint *.js **/**.js src/**.js src/**/**.js"
},
"author": "",
"license": "MIT",
"bin": {
"formio": "./bin/formio"
},
"dependencies": {
"@formio/core": "^1.2.0",
"@formio/node-fetch-http-proxy": "^1.1.0",
"JSONStream": "^1.3.5",
"adm-zip": "^0.5.5",
"async": "^3.2.4",
"colors": "^1.4.0",
"commander": "^6.2.0",
"core-js": "^3.24.1",
"csv-parse": "^4.15.4",
"dotenv": "^16.3.1",
"express": "^4.18.1",
"formio-service": "^1.5.0",
"formiojs": "^4.14.8",
"fs-extra": "^9.1.0",
"keycred": "^1.0.0",
"keygenerator": "^1.0.4",
"lodash": "^4.17.21",
"mongodb": "^5.5.0",
"nunjucks": "^3.2.3",
"progress": "^2.0.3",
"prompt": "^1.3.0",
"request": "^2.88.2",
"stream-transform": "^2.1.0",
"supertest": "^6.3.3",
"universal-analytics": "^0.4.23"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"chance": "^1.1.8",
"eslint": "^7.25.0",
"eslint-config-formio": "^1.1.4",
"mocha": "^10.2.0"
}
}