{
  "name": "nest-serve",
  "version": "0.1.6",
  "description": "create nest application",
  "keywords": [
    "nest",
    "nest-cli",
    "nest-application"
  ],
  "bin": {
    "nest-serve": "bin/main.js"
  },
  "scripts": {
    "prebuild": "npm run test && rimraf bin",
    "build": "tsc",
    "prepublish": "npm run build",
    "test": "jest",
    "test:cov": "jest --coverage"
  },
  "author": "keven",
  "license": "ISC",
  "dependencies": {
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "download-git-repo": "^2.0.0",
    "ejs": "^3.1.5",
    "log-symbols": "^3.0.0",
    "ora": "^3.4.0",
    "prettier": "^2.1.1",
    "protobufjs": "^6.10.2",
    "rimraf": "^3.0.2"
  },
  "devDependencies": {
    "@types/ejs": "^3.0.4",
    "@types/jest": "^25.2.3",
    "@types/node": "^10.17.29",
    "@types/prettier": "^2.1.0",
    "@types/rimraf": "^3.0.0",
    "coffee": "^5.4.0",
    "jest": "^25.5.4",
    "ts-jest": "^25.5.1",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.7"
  },
  "engines": {
    "node": ">=10.0.0 <13.0.0"
  },
  "files": [
    "bin",
    "public"
  ],
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "testTimeout": 30000,
    "modulePathIgnorePatterns": [
      "<rootDir>/dist/",
      "<rootDir>/example/"
    ],
    "rootDir": "./",
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "./coverage",
    "testEnvironment": "node"
  }
}
