{
  "name": "@byted-apaas/cli-plugin-project",
  "version": "0.19.5",
  "license": "MIT",
  "author": "youhong@bytedance.com",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "templates",
    "lib"
  ],
  "dependencies": {
    "fast-glob": "^3.2.11",
    "form-data": "~4.0.0",
    "hasha": "^5.2.1",
    "simple-git": "~3.19.0",
    "uuid": "^8.3.2",
    "@byted-apaas/archiver": "0.5.3",
    "@byted-apaas/cli-core-sdk": "0.21.0",
    "@byted-apaas/cli-plugin-component": "0.25.2",
    "@byted-apaas/cli-plugin-function": "0.19.1",
    "@byted-apaas/cli-plugin-html": "0.9.4",
    "@byted-apaas/cli-sdk-biz-helpers": "0.18.0",
    "@byted-apaas/cli-plugin-task": "0.8.0",
    "@byted-apaas/cli-plugin-microservice": "0.10.4",
    "@byted-apaas/cliore": "0.7.7",
    "@byted-apaas/cli-sdk-printer": "0.6.7"
  },
  "devDependencies": {
    "@types/jest": "~29.2.4",
    "@types/node": "^16",
    "@types/uuid": "^8.3.1",
    "eslint": "^8",
    "jest": "^26.6.3",
    "typescript": "^4",
    "@apaas-infra/config": "1.1.1",
    "@apaas-infra/dts-build": "0.1.5"
  },
  "scripts": {
    "build": "dts-build",
    "lint": "eslint . --cache --quiet",
    "test": "jest",
    "test:cov": "jest --coverage"
  }
}