UNPKG

@nestjs/cli

Version:

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

103 lines (102 loc) 2.96 kB
{ "name": "@nestjs/cli", "version": "7.5.1", "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", "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": "10.0.7", "@angular-devkit/schematics": "10.0.7", "@angular-devkit/schematics-cli": "0.1000.7", "@nestjs/schematics": "^7.1.0", "@types/webpack": "4.41.21", "chalk": "3.0.0", "chokidar": "3.4.2", "cli-table3": "0.5.1", "commander": "4.1.1", "fork-ts-checker-webpack-plugin": "5.1.0", "inquirer": "7.3.3", "node-emoji": "1.10.0", "ora": "5.0.0", "os-name": "3.1.0", "rimraf": "3.0.2", "shelljs": "0.8.4", "tree-kill": "1.2.2", "tsconfig-paths": "3.9.0", "tsconfig-paths-webpack-plugin": "3.3.0", "typescript": "^3.6.4", "webpack": "4.44.1", "webpack-node-externals": "2.5.1" }, "devDependencies": { "@commitlint/cli": "9.1.2", "@commitlint/config-angular": "9.1.2", "@types/copyfiles": "2.2.0", "@types/inquirer": "7.3.1", "@types/jest": "26.0.10", "@types/node": "12.12.31", "@types/node-emoji": "1.8.1", "@types/ora": "3.1.0", "@types/os-name": "2.0.0", "@types/rimraf": "3.0.0", "@types/shelljs": "0.8.8", "@types/webpack-node-externals": "2.5.0", "@typescript-eslint/eslint-plugin": "^2.19.0", "@typescript-eslint/parser": "^2.19.0", "delete-empty": "3.0.0", "eslint": "7.7.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-import": "2.22.0", "gulp": "4.0.2", "gulp-clean": "0.4.0", "husky": "4.2.5", "jest": "26.4.2", "prettier": "2.0.5", "release-it": "13.6.9", "ts-jest": "26.2.0", "ts-loader": "8.0.2", "ts-node": "9.0.0" }, "husky": { "hooks": { "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS" } } }