-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 851 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
40
{
"name": "tenyun",
"version": "0.11.1",
"description": "Promise based and chained Tencent Cloud OpenAPI client for NodeJS",
"main": "index.js",
"types": "types/index.d.ts",
"type": "module",
"author": "James ZHANG",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheNorthMemory/tenyun/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheNorthMemory/tenyun.git"
},
"files": [
"index.js",
"types/",
"README.md",
"LICENSE"
],
"dependencies": {
"axios": "0.21 - 1.x"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@types/node": ">=11.9.0",
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0"
},
"keywords": [
"tencentcloud",
"axios-ecosystem",
"腾讯云"
],
"engines": {
"node": ">=14.5"
}
}