{
  "name": "@cloudbase/framework-plugin-low-code",
  "version": "1.7.73",
  "description": "云开发 Tencent CloudBase Framework Low Code Plugin，将低码配置生成完整项目并一键部署云开发资源。",
  "author": "yhsunshining@gmail.com",
  "homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "template",
    "scripts"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TencentCloudBase/cloudbase-framework.git"
  },
  "scripts": {
    "dev": "tsc -w",
    "prebuild": "rm -rf ./lib && rm -rf ./tsconfig.tsbuildinfo",
    "build": "tsc",
    "link": "node scripts/link-packages.js",
    "postinstall": "node scripts/postinstall.js"
  },
  "bugs": {
    "url": "https://github.com/TencentCloudBase/cloudbase-framework/issues"
  },
  "dependencies": {
    "@cloudbase/cals": "^1.2.25",
    "@cloudbase/framework-core": "1.9.7",
    "@cloudbase/framework-plugin-auth": "1.9.7",
    "@cloudbase/framework-plugin-website": "1.9.7",
    "@cloudbase/lowcode-builder": "^1.10.37",
    "@cloudbase/lowcode-deployer": "^1.3.16",
    "archiver": "^4.0.1",
    "cos-nodejs-sdk-v5": "^2.14.3",
    "fs-extra": "^7.0.1",
    "lodash": "^4.17.11"
  },
  "devDependencies": {
    "@lerna/create-symlink": "^4.0.0",
    "@types/archiver": "^3.1.0",
    "@types/cross-spawn": "^6.0.2",
    "@types/fs-extra": "^9.0.1",
    "@types/less": "^3.0.1",
    "@types/node": "^20.11.16",
    "@types/weixin-app": "^2.9.0",
    "cross-spawn": "^6.0.5",
    "typescript": "4.7.4"
  }
}