{
  "name": "@cloudbase/framework-plugin-website",
  "version": "1.9.7",
  "description": "云开发 Tencent CloudBase Framework Website Plugin 插件",
  "author": "Tencent CloudBase Team",
  "homepage": "https://github.com/Tencent/cloudbase-framework#readme",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tencent/cloudbase-framework.git"
  },
  "scripts": {
    "dev": "tsc -w",
    "build": "tsc"
  },
  "bugs": {
    "url": "https://github.com/Tencent/cloudbase-framework/issues"
  },
  "dependencies": {
    "@cloudbase/framework-core": "^1.9.7",
    "@cloudbase/static-builder": "^1.9.7",
    "@cloudbase/static-deployer": "^1.9.7",
    "@cloudbase/toolbox": "^0.6.0",
    "@types/archiver": "^5.1.0",
    "@types/lodash.merge": "^4.6.6",
    "@types/node-fetch": "^2.5.7",
    "archiver": "^5.3.0",
    "lodash.merge": "^4.6.2"
  },
  "devDependencies": {
    "typescript": "^4.0.5"
  },
  "gitHead": "d14485282b127f00620a03b66e8e77c579d69088"
}
