forked from TencentCloud/tencentcloud-sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.28 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
{
"name": "tencentcloud-sdk-nodejs",
"version": "4.0.88",
"description": "腾讯云 API NODEJS SDK",
"main": "tencentcloud/index.js",
"scripts": {
"test": "mocha -t 10000",
"build": "tsc",
"prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"
},
"engines": {
"node": ">=10"
},
"keywords": [
"tencentcloudapi",
"tencentcloud",
"qcloud",
"sdk",
"js",
"nodejs"
],
"author": "tencentcloudapi",
"license": "Apache-2.0",
"dependencies": {
"babel-eslint": "^10.0.2",
"eslint-plugin-react": "^7.17.0",
"form-data": "^3.0.0",
"get-stream": "^6.0.0",
"https-proxy-agent": "^2.2.1",
"is-stream": "^2.0.0",
"node-fetch": "^2.2.0",
"tslib": "1.13.0"
},
"directories": {
"example": "examples",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "https://github.com/tencentcloud/tencentcloud-sdk-nodejs"
},
"devDependencies": {
"@types/form-data": "^2.5.0",
"@types/node": "^14.0.26",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^8.1.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
}
}