{
  "name": "@yolkai/nx-node",
  "version": "8.10.0-alpha.0",
  "description": "Node Plugin for Nx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrwl/nx.git"
  },
  "keywords": [
    "Monorepo",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "CLI"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "schematics": "./collection.json",
  "builders": "./builders.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "peerDependencies": {
    "@yolkai/nx-workspace": "8.10.0-alpha.0"
  },
  "dependencies": {
    "@yolkai/nx-jest": "8.10.0-alpha.0",
    "@yolkai/nx-linter": "8.10.0-alpha.0",
    "@angular-devkit/architect": "0.803.14",
    "@angular-devkit/core": "8.3.14",
    "@angular-devkit/schematics": "8.3.14",
    "@angular-devkit/build-webpack": "0.803.14",
    "circular-dependency-plugin": "5.2.0",
    "copy-webpack-plugin": "5.0.3",
    "fork-ts-checker-webpack-plugin": "^3.1.1",
    "license-webpack-plugin": "2.1.2",
    "source-map-support": "0.5.12",
    "tree-kill": "1.2.1",
    "ts-loader": "5.4.5",
    "tsconfig-paths-webpack-plugin": "3.2.0",
    "webpack": "4.41.2",
    "webpack-merge": "4.2.1",
    "webpack-dev-server": "3.9.0",
    "webpack-node-externals": "1.7.2"
  }
}
