{
  "name": "create-egg",
  "version": "3.0.0",
  "description": "Alias for egg-init, so you could use `npm init egg showcase`.",
  "dependencies": {
    "egg-init": "3"
  },
  "devDependencies": {
    "coffee": "^5.1.0",
    "egg-bin": "6",
    "eslint": "8",
    "eslint-config-egg": "13",
    "git-contributor": "^2.1.5"
  },
  "bin": "./bin/create-egg.js",
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint -- --fix && npm run test-local",
    "test-local": "egg-bin test",
    "cov": "egg-bin cov",
    "ci": "npm run lint && npm run cov",
    "contributor": "git-contributor"
  },
  "eslintIgnore": [
    "coverage",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:eggjs/create-egg.git"
  },
  "bug": {
    "url": "https://github.com/eggjs/egg/issues"
  },
  "homepage": "https://github.com/eggjs/create-egg",
  "files": [
    "bin"
  ],
  "author": "TZ <atian25@qq.com>",
  "license": "MIT"
}
