UNPKG

2.66 kBJSONView Raw
1{
2 "name": "@nestjs/cli",
3 "version": "9.5.0",
4 "description": "Nest - modern, fast, powerful node.js web framework (@cli)",
5 "publishConfig": {
6 "access": "public"
7 },
8 "engines": {
9 "node": ">= 12.9.0"
10 },
11 "bin": {
12 "nest": "bin/nest.js"
13 },
14 "scripts": {
15 "build": "tsc",
16 "clean": "gulp clean:bundle",
17 "format": "prettier --write \"**/*.ts\"",
18 "lint": "eslint '{lib,commands,actions}/**/*.ts' --fix",
19 "start": "node bin/nest.js",
20 "prepack": "npm run build",
21 "prepublish:next": "npm run build",
22 "publish:next": "npm publish --access public --tag next",
23 "prepublish:npm": "npm run build",
24 "publish:npm": "npm publish --access public",
25 "test": "jest --config test/jest-config.json",
26 "test:dev": "npm run clean && jest --config test/jest-config.json --watchAll",
27 "prerelease": "npm run build",
28 "release": "release-it",
29 "prepare": "husky install"
30 },
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/nestjs/nest-cli.git"
34 },
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/nestjs/nest-cli/issues"
38 },
39 "homepage": "https://github.com/nestjs/nest-cli#readme",
40 "dependencies": {
41 "@angular-devkit/core": "16.0.1",
42 "@angular-devkit/schematics": "16.0.1",
43 "@angular-devkit/schematics-cli": "16.0.1",
44 "@nestjs/schematics": "^9.0.4",
45 "chalk": "4.1.2",
46 "chokidar": "3.5.3",
47 "cli-table3": "0.6.3",
48 "commander": "4.1.1",
49 "fork-ts-checker-webpack-plugin": "8.0.0",
50 "inquirer": "8.2.5",
51 "node-emoji": "1.11.0",
52 "ora": "5.4.1",
53 "os-name": "4.0.1",
54 "rimraf": "4.4.1",
55 "shelljs": "0.8.5",
56 "source-map-support": "0.5.21",
57 "tree-kill": "1.2.2",
58 "tsconfig-paths": "4.2.0",
59 "tsconfig-paths-webpack-plugin": "4.0.1",
60 "typescript": "4.9.5",
61 "webpack": "5.82.1",
62 "webpack-node-externals": "3.0.0"
63 },
64 "devDependencies": {
65 "@commitlint/cli": "17.6.3",
66 "@commitlint/config-angular": "17.6.3",
67 "@types/inquirer": "8.2.6",
68 "@types/jest": "29.5.1",
69 "@types/node": "18.16.12",
70 "@types/node-emoji": "1.8.2",
71 "@types/shelljs": "0.8.12",
72 "@types/webpack-node-externals": "3.0.0",
73 "@typescript-eslint/eslint-plugin": "5.59.6",
74 "@typescript-eslint/parser": "5.59.6",
75 "delete-empty": "3.0.0",
76 "eslint": "8.40.0",
77 "eslint-config-prettier": "8.8.0",
78 "gulp": "4.0.2",
79 "gulp-clean": "0.4.0",
80 "husky": "8.0.3",
81 "jest": "29.5.0",
82 "lint-staged": "13.2.2",
83 "prettier": "2.8.8",
84 "release-it": "15.10.3",
85 "ts-jest": "29.1.0",
86 "ts-loader": "9.4.2"
87 },
88 "lint-staged": {
89 "**/*.{ts,json}": []
90 }
91}