-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.02 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
{
"name": "hyperform-cli",
"version": "0.6.12",
"description": "",
"main": "index.js",
"bin": {
"hf": "./cli.js"
},
"scripts": {
"test": "jest --runInBand --setupFiles dotenv/config --coverage",
"lint": "eslint",
"lintfix": "eslint --fix"
},
"engines": {
"node": ">=10.10.0"
},
"jest": {
"testEnvironment": "node"
},
"engineStrict": true,
"author": "",
"license": "Apache 2.0",
"dependencies": {
"@google-cloud/functions": "^1.1.2",
"aws-sdk": "^2.820.0",
"chalk": "^4.1.0",
"clipboardy": "^2.3.0",
"dotenv": "^8.2.0",
"findit": "^2.0.0",
"joi": "^17.3.0",
"ncp": "^2.0.0",
"node-fetch": "^2.6.1",
"semver": "^7.3.5",
"spinnies": "^0.5.1",
"uuid": "^8.3.2",
"webpack": "^5.4.0",
"yazl": "^2.5.1",
"zip-dir": "^2.0.0"
},
"devDependencies": {
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.6",
"jest": "25.0.0",
"webpack-cli": "^4.2.0"
}
}