-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
58 lines (58 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "generator-nest-js-boilerplate",
"version": "4.0.1",
"description": "This generator will help you to build your own Nest.js Mongodb API using TypeScript 4",
"author": "onix-systems",
"license": "MIT",
"main": "generators/app/index.js",
"keywords": [
"yeoman-generator",
"typescript",
"node",
"nodejs",
"rest",
"restfull",
"api",
"builder",
"generator",
"mongo",
"ts",
"starter",
"mongodb",
"auth",
"js",
"swagger"
],
"repository": {
"name": "onix-systems",
"email": "help@onix-systems.com",
"url": "https://github.com/Onix-Systems/nest-js-boilerplate"
},
"homepage": "https://github.com/Onix-Systems/nest-js-boilerplate",
"scripts": {
"commit": "git-cz"
},
"dependencies": {
"chalk": "4.1.0",
"husky": "4.2.5",
"print-message": "3.0.1",
"yeoman-generator": "4.12.0",
"yosay": "2.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.0",
"prettier": "2.3.2"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}