{
  "name": "create-koa-web",
  "version": "1.4.0",
  "description": "The scaffolding of building Node Service with `Koa2 + TypeScript`.",
  "type": "module",
  "license": "MIT",
  "author": "Zeffon Wu",
  "bin": {
    "create-koa-web": "index.js"
  },
  "files": [
    "index.js",
    "template-*",
    "dist"
  ],
  "main": "index.js",
  "scripts": {
    "dev": "unbuild --stub",
    "build": "unbuild",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zeffon/koa-web.git",
    "directory": "packages/create-koa-web"
  },
  "bugs": {
    "url": "https://github.com/zeffon/koa-web/issues"
  },
  "homepage": "https://github.com/zeffon/koa-web/tree/main/packages/create-koa-web#readme",
  "keywords": [
    "koa2",
    "koa-typescript",
    "koa-demo",
    "koa-start",
    "koa-ts"
  ],
  "dependencies": {
    "kolorist": "^1.7.0",
    "minimist": "^1.2.8",
    "prompts": "^2.4.2"
  }
}
