{
  "name": "@ziuchen/tencent-scf-utils",
  "version": "1.1.4",
  "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"
  ],
  "keywords": [
    "tencent",
    "scf",
    "serverless",
    "deployments"
  ],
  "author": "ZiuChen",
  "repository": {
    "type": "git",
    "url": "https://github.com/ZiuChen/tencent-scf-utils.git"
  },
  "license": "MIT",
  "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",
    "jszip": "^3.10.1",
    "tencentcloud-sdk-nodejs-scf": "^4.0.1050"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup src/index.ts --watch",
    "tscf": "node dist/index.js"
  }
}