{
  "name": "@nestjsplus/lib-starter",
  "version": "1.1.17",
  "description": "Boilerplate for building installable NestJS libraries",
  "author": "John Biundo <johnfbiundo@gmail.com>",
  "license": "MIT",
  "readmeFilename": "README.md",
  "keywords": [
    "nestjs",
    "libraries",
    "schematics"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nestjsplus/lib-starter"
  },
  "bugs": "https://github.com/nestjsplus/lib-starter/issues",
  "main": "dist/test.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rm -rf ./dist && npm run build:lib && npm run build:schematics",
    "build:lib": "tsc -p tsconfig.json",
    "build:schematics": "tsc -p tsconfig.schematics.json",
    "build:schematics:watch": "tsc -p tsconfig.schematics.json --watch",
    "clean": "git checkout HEAD -- sandbox && git clean -f -d sandbox && rm -rf sandbox/dist && rm -rf sandbox/environments",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "test:debug": "export DEBUG=cfg,trace; jest",
    "test:schematics": "npm run build:schematics && jest schematics/**/*.spec.js --verbose false",
    "prepublish": "npm run build",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next"
  },
  "dependencies": {
    "@angular-devkit/schematics": "8.3.6",
    "@hapi/joi": "^15.1.1",
    "@nestjs/schematics": "^6.7.0",
    "@nestjsplus/schematics-utils": "^1.0.3",
    "@schematics/angular": "8.3.6",
    "@types/hapi__joi": "^15.0.4",
    "cli-color": "^1.4.0",
    "dotenv": "^8.1.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.0.0"
  },
  "schematics": "./schematics/collection.json",
  "devDependencies": {
    "@nestjs/common": "^6.8.0",
    "@nestjs/core": "^6.8.0",
    "@nestjs/testing": "^6.8.0",
    "@types/dotenv": "^6.1.1",
    "@types/jest": "24.0.13",
    "@types/node": "^10.14.19",
    "concurrently": "^4.1.2",
    "jest": "24.8.0",
    "nodemon": "^1.19.3",
    "prettier": "^1.15.3",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^2.7.1",
    "ts-jest": "24.0.2",
    "ts-node": "8.1.0",
    "tsconfig-paths": "3.8.0",
    "tslint": "5.16.0",
    "typescript": "3.4.3",
    "wait-on": "^3.3.0"
  }
}
