92 lines
2.6 KiB
JSON
92 lines
2.6 KiB
JSON
{
|
|
"name": "@nestjs/cli",
|
|
"version": "9.4.0",
|
|
"description": "Nest - modern, fast, powerful node.js web framework (@cli)",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.9.0"
|
|
},
|
|
"bin": {
|
|
"nest": "bin/nest.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "gulp clean:bundle",
|
|
"format": "prettier --write \"**/*.ts\"",
|
|
"lint": "eslint '{lib,commands,actions}/**/*.ts' --fix",
|
|
"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": "jest --config test/jest-config.json",
|
|
"test:dev": "npm run clean && jest --config test/jest-config.json --watchAll",
|
|
"prerelease": "npm run build",
|
|
"release": "release-it",
|
|
"prepare": "husky install"
|
|
},
|
|
"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": "15.2.6",
|
|
"@angular-devkit/schematics": "15.2.6",
|
|
"@angular-devkit/schematics-cli": "15.2.6",
|
|
"@nestjs/schematics": "^9.0.4",
|
|
"chalk": "4.1.2",
|
|
"chokidar": "3.5.3",
|
|
"cli-table3": "0.6.3",
|
|
"commander": "4.1.1",
|
|
"fork-ts-checker-webpack-plugin": "8.0.0",
|
|
"inquirer": "8.2.5",
|
|
"node-emoji": "1.11.0",
|
|
"ora": "5.4.1",
|
|
"os-name": "4.0.1",
|
|
"rimraf": "4.4.1",
|
|
"shelljs": "0.8.5",
|
|
"source-map-support": "0.5.21",
|
|
"tree-kill": "1.2.2",
|
|
"tsconfig-paths": "4.2.0",
|
|
"tsconfig-paths-webpack-plugin": "4.0.1",
|
|
"typescript": "4.9.5",
|
|
"webpack": "5.79.0",
|
|
"webpack-node-externals": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "17.5.1",
|
|
"@commitlint/config-angular": "17.4.4",
|
|
"@types/inquirer": "8.2.6",
|
|
"@types/jest": "29.5.0",
|
|
"@types/node": "18.15.11",
|
|
"@types/node-emoji": "1.8.2",
|
|
"@types/shelljs": "0.8.12",
|
|
"@types/webpack-node-externals": "3.0.0",
|
|
"@typescript-eslint/eslint-plugin": "5.58.0",
|
|
"@typescript-eslint/parser": "5.58.0",
|
|
"delete-empty": "3.0.0",
|
|
"eslint": "8.38.0",
|
|
"eslint-config-prettier": "8.8.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-clean": "0.4.0",
|
|
"husky": "8.0.3",
|
|
"jest": "29.5.0",
|
|
"lint-staged": "13.2.1",
|
|
"prettier": "2.8.7",
|
|
"release-it": "15.10.1",
|
|
"ts-jest": "29.1.0",
|
|
"ts-loader": "9.4.2"
|
|
},
|
|
"lint-staged": {
|
|
"**/*.{ts,json}": []
|
|
}
|
|
}
|