{
  "name": "koa-program",
  "version": "2.0.7",
  "bin": {
    "koa": "bin/index.js"
  },
  "engines": {
    "node": ">= 12"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "ejs": "^3.1.6",
    "ora": "^5.3.0",
    "prompts": "^2.4.0"
  },
  "prettier": {
    "tabWidth": 2,
    "printWidth": 80,
    "semi": true,
    "singleQuote": false,
    "arrowParens": "avoid",
    "bracketSpacing": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@types/ejs": "^3.0.5",
    "@types/prompts": "^2.0.9",
    "prettier": "^2.2.1"
  },
  "description": "koa web 项目脚手架",
  "keywords": [
    "koa",
    "koa2",
    "koa-web",
    "koa-app",
    "cli"
  ],
  "author": {
    "name": "titor",
    "email": "foolsecret@163.com"
  },
  "repository": {
    "type": "git",
    "directory": "packages/name",
    "url": "https://git.weixin.qq.com/h2o-studio/koa-program.git"
  }
}
