43 lines
967 B
JSON
43 lines
967 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"
|
|
},
|
|
"dependencies": {
|
|
"@nrwl/devkit": "*",
|
|
"@nrwl/node": "*",
|
|
"@nrwl/linter": "*",
|
|
"@angular-devkit/architect": "~0.1100.1",
|
|
"@angular-devkit/core": "~11.0.1",
|
|
"@angular-devkit/schematics": "~11.0.1",
|
|
"fs-extra": "7.0.1",
|
|
"rxjs": "^6.5.4",
|
|
"tmp": "0.0.33",
|
|
"yargs": "15.4.1",
|
|
"inquirer": "^6.3.1",
|
|
"tslib": "^2.0.0"
|
|
}
|
|
}
|