-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 989 Bytes
/
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
{
"name": "serverless-tencent-tools",
"description": "Tencent Cloud Tools For Serverless Framewoek",
"version": "1.0.13",
"main": "./index.js",
"publishConfig": {
"access": "public"
},
"keywords": [
"Tencent Cloud",
"Serverless Framework",
"Cloud function"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --fix --cache"
},
"author": "Dfounderliu",
"license": "Apache",
"dependencies": {
"@tencent-sdk/capi": "^0.2.15-alpha.0",
"dijkstrajs": "^1.0.1",
"duplexify": "^4.1.1",
"end-of-stream": "^1.4.4",
"https-proxy-agent": "^5.0.0",
"socket.io-client": "^2.3.0",
"socket.io-stream": "^0.9.1",
"winston": "^3.2.1",
"dot-qs": "0.2.0"
},
"devDependencies": {
"babel-eslint": "9.0.0",
"eslint": "5.6.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.18.2"
}
}