-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "@linke/leaf",
"version": "3.0.2",
"description": "A cli tool maked by (l)ink(e) to deploy serverless to (a)liyun (f)untion computing.",
"main": "index.js",
"bin": {
"leaf": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/linketech/leaf.git"
},
"scripts": {
"pub": "npm publish --access public --registry https://registry.npmjs.org",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "vincent-ng",
"license": "ISC",
"dependencies": {
"@alicloud/fc2": "^2.2.2",
"@alicloud/fun": "^3.6.20",
"@alicloud/pop-core": "^1.7.10",
"adm-zip": "^0.5.1",
"aliyun-sdk": "^1.12.3",
"commander": "^6.2.1",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"js-yaml": "^3.14.1",
"moment": "^2.29.1",
"ramda": "^0.27.1",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"update-notifier": "^5.0.1"
},
"devDependencies": {
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}