{
  "name": "lego-seed",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "directories": {
    "example": "example"
  },
  "dependencies": {
    "@types/glob": "^7.1.1",
    "@types/inquirer": "^6.0.3",
    "@types/koa-bodyparser": "^4.3.0",
    "@types/koa-static": "^4.0.1",
    "@types/node": "^12.0.8",
    "@types/supertest": "^2.0.7",
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "directory-tree": "^2.2.3",
    "fs-extra": "^8.0.1",
    "fuzzy": "^0.1.3",
    "glob": "^7.1.4",
    "globby": "^9.2.0",
    "inquirer": "^6.4.0",
    "inquirer-autocomplete-prompt": "^1.0.1",
    "inquirer-checkbox-plus-prompt": "^1.0.1",
    "inquirer-file-tree-selection-prompt": "^1.0.2",
    "jformatter": "^1.0.13",
    "koa": "^2.7.0",
    "koa-bodyparser": "^4.2.1",
    "koa-router": "^7.4.0",
    "koa-static": "^5.0.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^7.0.0",
    "@types/jest": "^24.0.15",
    "@types/koa": "^2.0.48",
    "@types/koa-router": "^7.0.41",
    "jest": "^24.8.0",
    "nodemon": "^1.19.1",
    "supertest": "^4.0.2",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "typescript": "^3.5.2"
  },
  "scripts": {
    "start": "nodemon --watch 'server/**/*' -e ts,tsx --exec EXEC_NOW=true ts-node --files ./server/index.ts",
    "watch": "tsc -w",
    "test": "ts-node --files ./server/index.ts && jest"
  },
  "repository": {
    "type": "git",
    "url": "ssh://g@gitlab.baidu.com:8022/be-fe/lego-seed.git"
  },
  "author": "",
  "license": "ISC"
}
