-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 1.03 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": "serverless-aliyun-function-compute",
"version": "1.2.6",
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Aliyun Function Compute",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint --fix deploy info invoke logs package provider remove shared test index.js",
"postinstall": "node bin/npm-postinstall"
},
"keywords": [
"serverless",
"framework",
"function",
"compute"
],
"author": "Joyee Cheung <joyeec9h3@gmail.com>",
"license": "MIT",
"dependencies": {
"@alicloud/cloudapi": "^1.1.0",
"@alicloud/fc": "^1.1.0",
"@alicloud/log": "^1.0.0",
"@alicloud/ram": "^1.0.0",
"ali-oss": "^4.8.0",
"chalk": "^2.0.1",
"ci-info": "^2.0.0",
"co": "^4.6.0",
"conf": "^6.0.1",
"detect-mocha": "^0.1.0",
"fs-extra": "^3.0.1",
"ini": "^1.3.4",
"lodash": "^4.17.15",
"universal-analytics": "^0.4.20"
},
"devDependencies": {
"eslint": "^4.6.1",
"jest": "^20.0.4",
"sinon": "^2.4.1"
}
}