@nestjs/cli
Version:
Nest - modern, fast, powerful node.js web framework (@cli)
122 lines (121 loc) • 3.2 kB
JSON
{
"name": "@nestjs/cli",
"version": "12.0.3",
"type": "module",
"description": "Nest - modern, fast, powerful node.js web framework (@cli)",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 20.11"
},
"bin": {
"nest": "bin/nest.js"
},
"scripts": {
"build": "tsc",
"clean": "node tools/clean.js",
"format": "prettier --write \"**/*.ts\"",
"lint": "oxlint lib/ commands/ actions/",
"start": "node bin/nest.js",
"prepack": "npm run build",
"prepublish:next": "npm run build",
"publish:next": "npm publish --access public --tag next",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"test": "vitest run",
"test:e2e": "vitest run -c vitest.e2e.config.ts",
"test:dev": "npm run clean && vitest --watch",
"prerelease": "npm run build",
"release": "release-it",
"prepare": "husky && node tools/postinstall.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nestjs/nest-cli.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nestjs/nest-cli/issues"
},
"homepage": "https://github.com/nestjs/nest-cli#readme",
"dependencies": {
"@angular-devkit/core": "22.1.8",
"@angular-devkit/schematics": "22.1.8",
"@angular-devkit/schematics-cli": "22.1.8",
"@inquirer/prompts": "8.7.2",
"@nestjs/schematics": "^12.0.0",
"ansis": "4.4.0",
"chokidar": "5.0.0",
"cli-table3": "0.6.5",
"commander": "15.0.0",
"minimatch": "10.2.6",
"node-emoji": "2.2.0",
"ora": "9.4.1",
"tsconfig-paths": "4.2.0",
"typescript": "~6.0.2"
},
"devDependencies": {
"@commitlint/cli": "21.2.2",
"@commitlint/config-angular": "21.2.2",
"@rspack/core": "^2.0.0",
"@swc/cli": "0.8.1",
"@swc/core": "1.16.2",
"@types/node": "25.9.7",
"@types/webpack-node-externals": "3.0.4",
"delete-empty": "3.0.0",
"fork-ts-checker-webpack-plugin": "9.1.0",
"gulp": "5.0.1",
"gulp-clean": "0.4.0",
"husky": "9.1.7",
"lint-staged": "17.5.1",
"oxlint": "1.83.0",
"prettier": "3.9.6",
"release-it": "21.0.3",
"ts-loader": "9.6.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"vite": "8.3.0",
"vitest": "5.0.1",
"webpack": "5.111.0",
"webpack-node-externals": "3.0.0"
},
"lint-staged": {
"**/*.{ts,json}": []
},
"peerDependencies": {
"@rspack/core": "^1.7.7 || ^2.1.10",
"@swc/cli": "^0.8.0",
"@swc/core": "^1.15.18",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"ts-loader": "^9.5.4",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"webpack": "^5.105.4",
"webpack-node-externals": "^3.0.0"
},
"peerDependenciesMeta": {
"@rspack/core": {
"optional": true
},
"@swc/cli": {
"optional": true
},
"@swc/core": {
"optional": true
},
"fork-ts-checker-webpack-plugin": {
"optional": true
},
"ts-loader": {
"optional": true
},
"tsconfig-paths-webpack-plugin": {
"optional": true
},
"webpack": {
"optional": true
},
"webpack-node-externals": {
"optional": true
}
}
}