-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
46 lines (46 loc) · 963 Bytes
/
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
{
"name": "generator-nestjs-app",
"version": "0.1.2",
"description": "A yeoman generator for nestjs apps",
"repository": {
"type": "git",
"url": "git+https://github.com/ashinzekene/generator-nestjs-app.git"
},
"files": [
"generators",
"scripts",
"utils"
],
"keywords": [
"yeoman-generator",
"yeoman",
"generator",
"nestjs",
"angular",
"nodejs",
"typescript",
"microservices",
"express",
"typeorm",
"sequelize",
"mongogb",
"mongoose",
"graphql",
"apollo"
],
"author": "Ashinze Ekene",
"bugs": {
"url": "https://github.com/ashinzekene/generator-nestjs-app/issues"
},
"homepage": "https://github.com/ashinzekene/generator-nestjs-app#readme",
"dependencies": {
"chalk": "^2.3.0",
"yeoman-generator": "^1.0.0",
"yosay": "^2.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^1.7.0"
}
}