39 lines
839 B
JSON
39 lines
839 B
JSON
{
|
|
"name": "add-nx-to-monorepo",
|
|
"version": "0.0.1",
|
|
"description": "Make any monorepo faster by adding Nx to it",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/add-nx-to-monorepo"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"React",
|
|
"Web",
|
|
"Node",
|
|
"Nest",
|
|
"Lerna",
|
|
"Yarn",
|
|
"CLI"
|
|
],
|
|
"bin": {
|
|
"add-nx-to-monorepo": "./src/add-nx-to-monorepo.js"
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"dependencies": {
|
|
"@nrwl/devkit": "file:../devkit",
|
|
"@nrwl/workspace": "file:../workspace",
|
|
"enquirer": "~2.3.6",
|
|
"ignore": "^5.0.4",
|
|
"nx": "file:../nx",
|
|
"strip-json-comments": "^3.1.1",
|
|
"yargs-parser": "21.0.1"
|
|
}
|
|
}
|