@tencent-sdk/common
Version:
Tencent cloud common sdk
39 lines (38 loc) • 955 B
JSON
{
"name": "@tencent-sdk/common",
"version": "1.0.0",
"description": "Tencent cloud common sdk",
"main": "dist/index.js",
"node": "dist/index.js",
"browser": "dist/index.js",
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "ts-node test/index.test.ts",
"clean": "rimraf ./dist tsconfig.tsbuildinfo"
},
"keywords": [
"tencent-cloud",
"common"
],
"author": "yugasun",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yugasun/tencent-sdk.git"
},
"bugs": {
"url": "https://github.com/yugasun/tencent-sdk/issues"
},
"homepage": "https://github.com/yugasun/tencent-sdk#readme",
"dependencies": {
"camelcase": "^6.2.0",
"type-fest": "^1.2.1"
},
"gitHead": "c7adcdee150423dff1df009aff7417ac2960925a"
}