nx/packages/nx-plugin/package.json

44 lines
981 B
JSON

{
"name": "@nrwl/nx-plugin",
"version": "0.0.1",
"description": "Plugin for creating plugins for Nx :)",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
},
"keywords": [
"Monorepo",
"Nx",
"CLI"
],
"main": "./index.js",
"types": "./index.d.ts",
"author": "Nrwl",
"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/node": "*",
"@nrwl/linter": "*",
"@angular-devkit/architect": "~0.901.0",
"@angular-devkit/core": "~9.1.0",
"@angular-devkit/schematics": "~9.1.0",
"fs-extra": "7.0.1",
"tmp": "0.0.33",
"yargs-parser": "10.0.0",
"yargs": "^11.0.0",
"inquirer": "^6.3.1"
}
}