create-nx-workspace
Version:
48 lines • 950 B
JSON
{
"name": "create-nx-workspace",
"version": "21.5.3",
"private": false,
"description": "Smart Repos · Fast Builds",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/create-nx-workspace"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"Jest",
"Cypress",
"Playwright",
"CLI"
],
"bin": {
"create-nx-workspace": "./bin/index.js"
},
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"dependencies": {
"chalk": "^4.1.0",
"enquirer": "~2.3.6",
"flat": "^5.0.2",
"ora": "5.3.0",
"tmp": "~0.2.1",
"tslib": "^2.3.0",
"yargs": "^17.6.2",
"axios": "^1.8.3"
},
"publishConfig": {
"access": "public"
},
"main": "index.js",
"types": "./src/index.d.ts",
"type": "commonjs"
}