{
  "name": "rucken-todo-nestjs",
  "version": "4.1.4",
  "engines": {
    "node": ">=11",
    "npm": ">=6.5.0"
  },
  "license": "MIT",
  "author": {
    "name": "EndyKaufman",
    "email": "admin@site15.ru"
  },
  "description": "A simple todo application with NestJS (Projects, Tasks, Statuses)",
  "bugs": {
    "url": "https://github.com/rucken/todo-nestjs/issues"
  },
  "homepage": "https://github.com/rucken/todo-nestjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rucken/todo-nestjs.git"
  },
  "keywords": [
    "todo",
    "issuses",
    "nestjs",
    "backend",
    "projects",
    "tasks",
    "status",
    "node",
    "nodejs",
    "angular",
    "crud",
    "rest",
    "nest",
    "rucken",
    "nrwl",
    "nx",
    "angular",
    "schematics",
    "ngx"
  ],
  "maintainers": [
    {
      "name": "EndyKaufman",
      "email": "admin@site15.ru"
    }
  ],
  "externalLibs": [
    "./vendors/rucken/core-nestjs",
    "./vendors/rucken/auth-nestjs",
    "./dist/rucken/todo-nestjs"
  ],
  "scripts": {
    "typeorm": "./node_modules/.bin/ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js",
    "clean": "./node_modules/.bin/del-cli dist client/docs database/sqlitedb.db",
    "start:dev": "ng run demo:serve",
    "start:prod": "ng run demo:serve-prod",
    "start": "node dist/demo/main.js",
    "test": "npm run build",
    "test:cov": "jest --coverage",
    "test:e2e": "jest --config ./test/jest-e2e.json",
    "migrate:create": "npm run typeorm migration:create",
    "migrate:generate": "npm run typeorm migration:generate",
    "migrate:prod": "cross-env MIGRATIONS=true NODE_ENV=production npm run typeorm migration:run",
    "migrate": "cross-env MIGRATIONS=true npm run typeorm migration:run",
    "docs": "./node_modules/.bin/typedoc --ignoreCompilerErrors --excludeExternals --out client/docs libs",
    "build": "cross-env NODE_ENV=production ./node_modules/.bin/run-s clean format affected:lint affected:prod affected:build docs migrate",
    "affected:apps": "./node_modules/.bin/nx affected:apps --all",
    "affected:libs": "./node_modules/.bin/nx affected:libs --all",
    "affected:build": "./node_modules/.bin/nx affected:build --all",
    "affected:e2e": "./node_modules/.bin/nx affected:e2e --all",
    "affected:test": "./node_modules/.bin/nx affected:test --all",
    "affected:lint": "./node_modules/.bin/nx affected:lint --all",
    "affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph --all",
    "affected:prod": "./node_modules/.bin/rucken prepare -m prod",
    "affected": "./node_modules/.bin/nx affected",
    "format": "./node_modules/.bin/nx format:write",
    "format:write": "./node_modules/.bin/nx format:write",
    "format:check": "./node_modules/.bin/nx format:check",
    "workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
    "dep-graph": "./node_modules/.bin/nx dep-graph",
    "preinstall": "sh ./scripts/preinstall.sh",
    "postinstall": "sh ./scripts/postinstall.sh",
    "pm2:start": "cross-env NODE_ENV=production ./node_modules/.bin/pm2 start dist/demo/main.js --name demo",
    "pm2:stop": "./node_modules/.bin/pm2 kill --name demo",
    "pm2:logs": "./node_modules/.bin/pm2 logs --name demo",
    "pm2:logs:flush": "./node_modules/.bin/pm2 flush --name demo",
    "heroku-postbuild": "npm run build"
  },
  "dependencies": {
    "@angular-devkit/architect": "0.13.9",
    "@angular-devkit/build-angular": "0.13.9",
    "@angular-devkit/core": "7.3.9",
    "@angular-devkit/schematics": "7.3.9",
    "@nestjs/common": "6.1.1",
    "@nestjs/core": "6.1.1",
    "@nestjs/passport": "6.0.0",
    "@nestjs/platform-express": "^6.1.1",
    "@nestjs/swagger": "3.0.2",
    "@nestjs/typeorm": "6.1.0",
    "@nrwl/nx": "7.8.5",
    "@rucken/auth-nestjs": "1.0.12",
    "@rucken/core-nestjs": "1.0.12",
    "@types/passport-facebook-token": "0.4.33",
    "@types/passport-local": "1.0.33",
    "chmod": "0.2.1",
    "class-transformer": "0.2.0",
    "class-validator": "0.9.1",
    "connection-string": "2.4.0",
    "cp-cli": "2.0.0",
    "cross-env": "5.2.0",
    "del-cli": "1.1.0",
    "dotenv": "8.0.0",
    "fast-glob": "2.2.6",
    "fastify-formbody": "3.1.0",
    "highlight.js": "9.15.6",
    "jsonwebtoken": "8.5.1",
    "node-django-hashers": "1.1.6",
    "passport": "0.4.0",
    "passport-facebook-token": "3.3.0",
    "passport-google-plus-token": "2.1.0",
    "passport-http-bearer": "1.0.1",
    "passport-jwt": "4.0.0",
    "passport-local": "1.0.0",
    "pg": "7.10.0",
    "reflect-metadata": "0.1.13",
    "rxjs": "6.5.2",
    "sqlite3": "4.0.7",
    "swagger-ui-express": "^4.0.2",
    "ts-node": "8.1.0",
    "tsconfig-paths": "3.8.0",
    "typedoc": "0.14.2",
    "typeorm": "0.2.17",
    "typescript": "3.2.2"
  },
  "devDependencies": {
    "@angular/cli": "7.3.9",
    "@angular/compiler": "7.2.15",
    "@angular/compiler-cli": "7.2.15",
    "@angular/core": "7.2.15",
    "@nestjs/schematics": "6.2.0",
    "@nestjs/testing": "6.1.1",
    "@nrwl/builders": "7.8.5",
    "@nrwl/schematics": "7.8.5",
    "@rucken/cli": "4.1.3",
    "@types/dotenv": "6.1.1",
    "@types/express": "4.16.1",
    "@types/jasmine": "3.3.12",
    "@types/jest": "24.0.12",
    "@types/jsonwebtoken": "8.3.2",
    "@types/node": "12.0.0",
    "@types/supertest": "2.0.7",
    "codelyzer": "5.0.1",
    "conventional-changelog-cli": "2.0.21",
    "conventional-commits-detector": "1.0.2",
    "conventional-recommended-bump": "5.0.0",
    "jest": "24.8.0",
    "nodemon": "1.19.0",
    "npm-run-all": "4.1.5",
    "pm2": "3.5.0",
    "prettier": "1.17.0",
    "showdown": "1.9.0",
    "supertest": "4.0.2",
    "ts-jest": "24.0.2",
    "ts-loader": "6.0.0",
    "tslint": "5.16.0",
    "tslint-config-prettier": "1.18.0",
    "webpack-cli": "3.2.1",
    "webpack-node-externals": "1.7.2"
  },
  "greenkeeper": {
    "ignore": [
      "typescript"
    ]
  }
}
