UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

104 lines (103 loc) 3 kB
{ "name": "@nestjs/cli", "version": "8.2.5", "description": "Nest - modern, fast, powerful node.js web framework (@cli)", "publishConfig": { "access": "public" }, "engines": { "node": ">= 10.13.0", "npm": ">= 6.11.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" }, "repository": { "type": "git", "url": "git+https://github.com/nestjs/nest-cli.git" }, "contributors": [ "Kamil Mysliwiec <mail@kamilmysliwiec.com>", "Mark Pieszak <mark@trilon.io>", "ThomRick" ], "license": "MIT", "bugs": { "url": "https://github.com/nestjs/nest-cli/issues" }, "homepage": "https://github.com/nestjs/nest-cli#readme", "dependencies": { "@angular-devkit/core": "13.3.2", "@angular-devkit/schematics": "13.3.2", "@angular-devkit/schematics-cli": "13.3.2", "@nestjs/schematics": "^8.0.3", "chalk": "3.0.0", "chokidar": "3.5.3", "cli-table3": "0.6.1", "commander": "4.1.1", "fork-ts-checker-webpack-plugin": "7.2.3", "inquirer": "7.3.3", "node-emoji": "1.11.0", "ora": "5.4.1", "os-name": "4.0.1", "rimraf": "3.0.2", "shelljs": "0.8.5", "source-map-support": "0.5.21", "tree-kill": "1.2.2", "tsconfig-paths": "3.14.1", "tsconfig-paths-webpack-plugin": "3.5.2", "typescript": "4.6.2", "webpack": "5.71.0", "webpack-node-externals": "3.0.0" }, "devDependencies": { "@commitlint/cli": "16.2.3", "@commitlint/config-angular": "16.2.3", "@types/copyfiles": "2.4.1", "@types/inquirer": "7.3.3", "@types/jest": "27.4.1", "@types/node": "16.11.26", "@types/node-emoji": "1.8.1", "@types/ora": "3.2.0", "@types/os-name": "3.1.0", "@types/rimraf": "3.0.2", "@types/shelljs": "0.8.11", "@types/webpack-node-externals": "2.5.3", "@typescript-eslint/eslint-plugin": "5.17.0", "@typescript-eslint/parser": "5.17.0", "delete-empty": "3.0.0", "eslint": "8.12.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", "gulp": "4.0.2", "gulp-clean": "0.4.0", "husky": "7.0.4", "jest": "27.5.1", "prettier": "2.6.2", "release-it": "14.14.0", "ts-jest": "27.1.4", "ts-loader": "9.2.8", "ts-node": "10.7.0" }, "husky": { "hooks": { "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS" } } }