-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 949 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
{
"bin": {
"generate-endpoints-from-swagger": "dist/bin/index.js"
},
"devDependencies": {
"@types/node": "^18.11.18",
"typescript": "^4.9.4"
},
"name": "@nightmaregaurav/swagger-endpoints-gen",
"version": "1.0.1",
"description": "Automatically generate typescript models from swagger.json schemas and endpoints from paths and methods so api call is as simple as writing endpoints.API__GET__my_object.call({data:value});",
"main": "typescript.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/nightmaregaurav/swagger-endpoints-gen.git"
},
"keywords": [
"Swagger",
"auto-models",
"auto-endpoints",
"models-generator",
"endpoints-generator"
],
"author": "nightmaregaurav",
"license": "MIT",
"bugs": {
"url": "https://github.com/nightmaregaurav/swagger-endpoints-gen/issues"
},
"homepage": "https://github.com/nightmaregaurav/swagger-endpoints-gen#readme"
}