-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 922 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
{
"name": "kodegen-swagger",
"version": "1.0.0",
"description": "kodegen swagger plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc"
},
"author": "Hector Perdomo",
"license": "ISC",
"dependencies": {
"case-changer": "^1.1.0"
},
"devDependencies": {
"@types/node": "^16.10.1",
"@types/pluralize": "0.0.29",
"change-case": "^4.1.2",
"change-case-all": "^1.0.14",
"handlebars": "^4.7.7",
"pluralize": "^8.0.0",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hectorperdomo/kodgen-swagger.git"
},
"keywords": [
"code",
"generator",
"ddd"
],
"bugs": {
"url": "https://github.com/hectorperdomo/kodgen-swagger/issues"
},
"homepage": "https://github.com/hectorperdomo/kodgen-swagger#readme"
}