forked from mtennoe/swagger-typescript-codegen
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 972 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
{
"name": "swagger-taxos-codegen",
"main": "./lib/codegen.js",
"version": "2.6.0",
"description": "A Swagger Codegenerator tailored for typescript - based on axios.",
"scripts": {
"build": "tsc",
"build:watch": "npm run build -- --watch",
"prettier": "prettier --write \"src/**/*.ts\""
},
"bugs": {
"url": "https://github.com/michalzaq12/swagger-taxos-codegen/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/michalzaq12/swagger-taxos-codegen.git"
},
"author": {
"name": "Michał Zarach",
"email": "michal.m.zarach@gmail.com"
},
"license": "Apache-2.0",
"homepage": "https://github.com/michalzaq12/swagger-taxos-codegen",
"dependencies": {
"@budibase/handlebars-helpers": "^0.13.2",
"handlebars": "^4.1.1",
"lodash": "^4.17.21",
"prettier": "3.2.5"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.16",
"typescript": "^5.3.3"
}
}