-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 863 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
{
"name": "openapi2typescript",
"version": "1.0.0",
"description": "OpenAPI to TypeScript demo",
"main": "index.js",
"dependencies": {
"swagger-typescript-api": "^4.0.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "npm i",
"build": "npx swagger-typescript-api -p ./route.yaml -o ./ -n route.types.ts --no-client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slaven3kopic/openAPI2TypeScript.git"
},
"keywords": [
"OpenAPI",
"TypeScript"
],
"author": "Slaven Kopic",
"license": "ISC",
"bugs": {
"url": "https://github.com/slaven3kopic/openAPI2TypeScript/issues"
},
"homepage": "https://github.com/slaven3kopic/openAPI2TypeScript#readme"
}