@tencent-sdk/faas
Version:
Tencent cloud faas sdk
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "@tencent-sdk/faas",
"version": "1.0.9",
"description": "Tencent cloud faas 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",
"faas",
"scf"
],
"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": {
"@tencent-sdk/capi": "2.0.3",
"@tencent-sdk/cls": "1.0.1",
"@tencent-sdk/common": "1.0.0",
"dayjs": "^1.10.4",
"got": "^11.8.2"
},
"gitHead": "89bc0c299cc0f04b4abad02a6ae097a2ef826cff"
}