nx/packages/node/package.json

38 lines
739 B
JSON

{
"name": "@nrwl/node",
"version": "0.0.1",
"description": "Node Plugin for Nx",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
},
"keywords": [
"node",
"Workspace",
"Monorepo",
"Schematics",
"Nx",
"Angular 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": {
"@nrwl/workspace": "*"
},
"dependencies": {
"@nrwl/jest": "*"
}
}