forked from alibaba/funcraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.15 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@alicloud/fun",
"version": "2.10.2",
"description": "(have)Fun with Serverless",
"engines": {
"node": ">=8.0.0"
},
"bin": {
"fun": "bin/fun.js"
},
"pkg": {
"scripts": [
"./lib/**/*.js",
"./bin/**/*.js"
],
"assets": [
"./templates/**/*"
]
},
"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.1.0",
"@alicloud/log": "^1.1.0",
"@alicloud/mns": "^1.0.0",
"@alicloud/pop-core": "^1.6.0",
"@alicloud/ram": "^1.0.0",
"ajv": "^6.4.0",
"archiver": "^2.0.0",
"async-lock": "^1.1.4",
"colors": "^1.1.2",
"command-exists": "^1.2.8",
"commander": "^2.15.1",
"debug": "^2.6.8",
"dev-null": "^0.1.1",
"dockerode": "^2.5.7",
"dotenv": "^6.0.0",
"express": "^4.16.4",
"findit2": "^2.2.3",
"get-stdin": "^6.0.0",
"git-ignore-parser": "0.0.2",
"glob": "^7.1.2",
"http-string-parser": "0.0.6",
"httpx": "^2.1.2",
"ignore": "^5.0.4",
"inquirer": "^5.2.0",
"inquirer-autocomplete-prompt": "^1.0.1",
"ip": "^1.1.5",
"js-yaml": "^3.9.0",
"jszip": "^3.1.5",
"kitx": "^1.2.1",
"lodash": "^4.17.11",
"memory-streams": "^0.1.3",
"mkdirp-promise": "^5.0.1",
"nested-object-assign": "^1.0.3",
"node-machine-id": "^1.1.10",
"node-watch": "^0.6.0",
"os-locale": "^2.1.0",
"promise-retry": "^1.1.1",
"raw-body": "^2.3.3",
"require-from-string": "^2.0.2",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"tablestore": "^4.2.0",
"urlencode": "^1.1.0"
},
"files": [
"bin",
"lib",
"templates"
],
"devDependencies": {
"chai-fs": "^2.0.0",
"eslint": "^4.3.0",
"expect.js": "^0.3.1",
"mocha": "^5.2.0",
"nock": "^10.0.6",
"pkg": "^4.3.4",
"proxyquire": "^2.0.1",
"sinon": "^5.0.7",
"temp-dir": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/aliyun/fun.git"
}
}