-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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
{
"name": "serverless-tencent-scf",
"version": "0.1.37",
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Tencent Cloud Functions.",
"main": "index.js",
"author": "Tencent Cloud, Inc.",
"license": "MIT",
"repository": {
"git": "https://github.com/serverless-tencent/serverless-tencent-scf"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --fix --cache",
"coverage": "jest --coverage"
},
"homepage": "https://github.com/serverless-tencent/serverless-tencent-scf",
"keywords": [
"serverless",
"serverless framework",
"serverless applications",
"serverless modules",
"tencent cloud functions",
"iot",
"internet of things",
"serverless.com"
],
"dependencies": {
"assert": "^2.0.0",
"async": "^2.6.3",
"bluebird": "^3.5.5",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"ci-info": "^2.0.0",
"co": "^4.6.0",
"conf": "^6.0.1",
"cos-nodejs-sdk-v5": "^2.5.12",
"detect-mocha": "^0.1.0",
"filesize": "^5.0.3",
"fs-extra": "^8.1.0",
"ini": "^1.3.4",
"lodash": "^4.17.15",
"mocha": "^6.2.2",
"request": "^2.88.0",
"tencentcloud-sdk-nodejs": "^3.0.87",
"universal-analytics": "^0.4.20",
"tencent-login": "^0.1.6",
"serverless-tencent-tools": "^0.0.11",
"serverless-tencent-auth-tool": "^1.0.18"
},
"devDependencies": {
"coveralls": "^3.0.5",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-import": "^2.18.1",
"jest": "^24.8.0",
"sinon": "^7.5.0",
"babel-eslint": "9.0.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.18.2"
}
}