forked from alibaba/funcraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.49 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@alicloud/fun",
"version": "2.6.0",
"description": "(have)Fun with Serverless",
"engines": {
"node": ">=8.0.0"
},
"bin": {
"fun": "bin/fun.js"
},
"pkg": {
"scripts": [
"./lib/**/*.js",
"./bin/**/*.js"
]
},
"scripts": {
"test": "make test",
"postinstall": "node ./lib/check-version.js",
"binary": "make binary",
"upload": "make upload"
},
"author": "Jackson Tian",
"license": "MIT",
"dependencies": {
"@alicloud/cloudapi": "^1.0.0",
"@alicloud/fc": "^1.2.3",
"@alicloud/fc2": "^2.0.5",
"@alicloud/log": "^1.0.0",
"@alicloud/ots2": "^2.0.0-beta1",
"@alicloud/pop-core": "^1.6.0",
"@alicloud/ram": "^1.0.0",
"ajv": "^6.4.0",
"@alicloud/mns": "^1.0.0",
"archiver": "^2.0.0",
"colors": "^1.1.2",
"commander": "^2.15.1",
"debug": "^2.6.8",
"dockerode": "^2.5.7",
"dotenv": "^6.0.0",
"get-stdin": "^6.0.0",
"glob": "^7.1.2",
"httpx": "^2.1.2",
"inquirer": "^5.2.0",
"ip": "^1.1.5",
"js-yaml": "^3.9.0",
"jszip": "^3.1.5",
"kitx": "^1.2.1",
"mkdirp-promise": "^5.0.1",
"nested-object-assign": "^1.0.3",
"os-locale": "^2.1.0",
"promise-retry": "^1.1.1",
"rimraf": "^2.6.2",
"semver": "^5.5.0"
},
"files": [
"bin",
"lib"
],
"devDependencies": {
"eslint": "^4.3.0",
"expect.js": "^0.3.1",
"mocha": "^3.4.2",
"nock": "^9.2.6",
"pkg": "^4.3.3",
"proxyquire": "^2.0.1",
"sinon": "^5.0.7"
}
}