2021-03-29 12:26:01 -04:00

38 lines
720 B
JSON

{
"name": "create-nx-workspace",
"version": "0.0.1",
"description": "Powerful, Extensible Dev Tools",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"Jest",
"Cypress",
"CLI"
],
"bin": {
"create-nx-workspace": "./bin/create-nx-workspace.js"
},
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"dependencies": {
"tmp": "0.0.33",
"yargs-parser": "20.0.0",
"inquirer": "^6.3.1",
"flat": "^5.0.2",
"chalk": "4.1.0",
"ora": "5.3.0"
}
}