-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "swagger-jsonapi-codegen",
"version": "0.1.5",
"description": " A code generator based on swagger-codegen ",
"main": "./node_modules/ts-node/dist/bin.js build-typescript.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renepardon/swagger-jsonapi-codegen.git"
},
"keywords": [
"swagger",
"jsonapi",
"codegen",
"typescript",
"generator"
],
"author": "Christoph, René Pardon",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/renepardon/swagger-jsonapi-codegen/issues"
},
"homepage": "https://github.com/renepardon/swagger-jsonapi-codegen#readme",
"dependencies": {
"commander": "^2.14.1",
"js-beautify": "^1.7.5",
"jshint": "^2.9.5",
"lodash": "^4.17.5",
"mustache": "^2.3.0",
"ts-node": "^4.1.0",
"typescript": "^2.7.1",
"url-join": "^4.0.0"
},
"devDependencies": {
"jest": "^22.4.2"
}
}