{
  "name": "@midwayjs/cli-plugin-generator",
  "version": "2.1.0",
  "main": "dist/index",
  "typings": "dist/index.d.ts",
  "dependencies": {
    "@midwayjs/command-core": "^2.1.0",
    "@midwayjs/serverless-spec-builder": "^2.1.0",
    "camel-case": "^4.1.2",
    "capital-case": "^1.0.4",
    "chalk": "^4.1.2",
    "consola": "^2.15.3",
    "constant-case": "^3.0.4",
    "cpy": "^8.1.2",
    "dot-case": "^3.0.4",
    "ejs": "^3.1.6",
    "execa": "^5.1.1",
    "find-up": "^5.0.0",
    "fs-extra": "^8.1.0",
    "inquirer": "^8.1.2",
    "js-yaml": "^4.1.0",
    "jsonfile": "^6.1.0",
    "lodash": "^4.17.21",
    "lower-case": "^2.0.2",
    "min-indent": "^1.0.1",
    "normalize-package-data": "^3.0.2",
    "parse-json": "^5.2.0",
    "prettier": "^2.3.2",
    "read-pkg": "^6.0.0",
    "sqlite": "^4.0.23",
    "strip-comments": "^2.0.1",
    "strip-indent": "^4.0.0",
    "ts-morph": "^11.0.3",
    "ts-transformer-keys": "^0.4.3"
  },
  "devDependencies": {
    "@types/ejs": "^3.0.7",
    "@types/fs-extra": "^8.1.0",
    "@types/inquirer": "^7.3.3",
    "@types/jest": "^26.0.24",
    "@types/js-yaml": "^4.0.2",
    "@types/jsonfile": "^6.0.1",
    "@types/lodash": "^4.14.171",
    "@types/node": "^16.4.10",
    "@types/parse-json": "^4.0.0",
    "@types/prettier": "^2.3.2",
    "@types/strip-comments": "^2.0.1",
    "typescript": "^4.1.0"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "plugin.json",
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc --build && npm run copy",
    "lint": "../../node_modules/.bin/eslint .",
    "ci-test-only": "TESTS=test/lib/cmd/cov.test.js npm run test-local",
    "ci": "npm run lint && npm run pkgfiles -- --check && npm run ci-test-only && npm run cov",
    "copy": "cp -r ./src/templates ./dist",
    "test": "jest -i",
    "posttest": "node ./tests/copy.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:midwayjs/cli.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "gitHead": "8b6ce5b6bebd4d31140af0e9a51871ab12692b14"
}
