Files
2026-07-13 12:38:36 +08:00

75 lines
1.5 KiB
JSON

{
"name": "create-nx-workspace",
"version": "0.0.1",
"private": false,
"description": "Smart Monorepos · 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": "./dist/bin/index.js"
},
"main": "./dist/index.js",
"type": "commonjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!dist/tsconfig.tsbuildinfo"
],
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"dependencies": {
"axios": "1.16.1",
"chalk": "catalog:",
"enquirer": "catalog:",
"flat": "^5.0.2",
"open": "^8.4.0",
"ora": "catalog:",
"tar-stream": "~2.2.0",
"tmp": "catalog:",
"tslib": "catalog:typescript",
"yargs": "catalog:"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"@nx/nx-source": "./index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json",
"./internal": {
"@nx/nx-source": "./internal.ts",
"types": "./dist/internal.d.ts",
"default": "./dist/internal.js"
}
},
"typesVersions": {
"*": {
"internal": [
"dist/internal.d.ts"
]
}
}
}