-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "swagger-ts-define",
"description": "swagger-ts-define",
"version": "1.0.3",
"main": "lib/index.js",
"bin": "lib/index.js",
"author": "Alex",
"license": "MIT",
"scripts": {
"build": "tsc",
"release:patch": "npm version patch && npm publish && git push origin main --follow-tags",
"release:minor": "npm version minor && npm publish && git push origin main --follow-tags",
"release:major": "npm version major && npm publish && git push origin main --follow-tags"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/lodash.groupby": "^4.6.6",
"@types/node": "^14.14.41",
"@types/node-fetch": "^2.5.10",
"@types/prettier": "^2.2.3",
"ts-node": "^9.1.1"
},
"dependencies": {
"lodash.groupby": "^4.6.0",
"node-fetch": "^2.6.1",
"tslib": "^2.2.0",
"fs-extra": "^9.1.0",
"prettier": "^2.2.1"
},
"keywords": [
"swagger-ts-define",
"swagger-ts-codegen",
"typescript define",
"swagger typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/amazecc/swagger-ts-define"
}
}