@ziuchen/tencent-scf-utils
Version:
A simple tool for deploying Tencent SCF
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "@ziuchen/tencent-scf-utils",
"version": "1.1.12",
"description": "A simple tool for deploying Tencent SCF",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bin": {
"tscf": "bin/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup src/index.ts --watch",
"tscf": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"tencent",
"scf",
"serverless",
"deployments"
],
"author": "ZiuChen",
"repository": {
"type": "git",
"url": "git+https://github.com/ZiuChen/tencent-scf-utils.git"
},
"license": "MIT",
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/node": "^22.10.2",
"commander": "^12.1.0",
"rollup": "^4.29.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"dependencies": {
"archiver": "^7.0.1",
"cos-nodejs-sdk-v5": "^3.0.0",
"jszip": "^3.10.1",
"tencentcloud-sdk-nodejs-scf": "^4.0.1050"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}