1 | {
|
2 | "name": "tencentcloud-sdk-nodejs-commontest",
|
3 | "version": "1.1.6",
|
4 | "description": "Tencent Cloud API NODEJS SDK",
|
5 | "main": "tencentcloud/index.js",
|
6 | "scripts": {
|
7 | "test": "mocha -t 10000",
|
8 | "build": "tsc",
|
9 | "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"
|
10 | },
|
11 | "engines": {
|
12 | "node": ">=10"
|
13 | },
|
14 | "keywords": [
|
15 | "tencentcloudapi",
|
16 | "tencentcloud",
|
17 | "qcloud",
|
18 | "sdk",
|
19 | "js",
|
20 | "nodejs"
|
21 | ],
|
22 | "author": "tencentcloudapi",
|
23 | "license": "Apache-2.0",
|
24 | "dependencies": {
|
25 | "babel-eslint": "^10.0.2",
|
26 | "eslint-plugin-react": "^7.17.0",
|
27 | "form-data": "^3.0.0",
|
28 | "get-stream": "^6.0.0",
|
29 | "https-proxy-agent": "^2.2.1",
|
30 | "is-stream": "^2.0.0",
|
31 | "node-fetch": "^2.6.1",
|
32 | "tslib": "1.13.0"
|
33 | },
|
34 | "directories": {
|
35 | "example": "examples",
|
36 | "lib": "lib"
|
37 | },
|
38 | "repository": {
|
39 | "type": "git",
|
40 | "url": "https://github.com/tencentcloud/tencentcloud-sdk-nodejs"
|
41 | },
|
42 | "devDependencies": {
|
43 | "@types/form-data": "^2.5.0",
|
44 | "@types/node": "^14.0.26",
|
45 | "@types/node-fetch": "^2.5.7",
|
46 | "@typescript-eslint/eslint-plugin": "^2.34.0",
|
47 | "@typescript-eslint/parser": "^2.34.0",
|
48 | "chai": "^4.2.0",
|
49 | "eslint": "^6.8.0",
|
50 | "mocha": "^8.1.1",
|
51 | "ts-node": "^8.10.2",
|
52 | "typescript": "^3.9.7"
|
53 | }
|
54 | }
|