forked from open-template-hub/swagger-decorators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@open-template-hub/swagger-decorators",
"description": "This library contains methods and decorators to ease and automate swagger documentation.",
"version": "5.0.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "ts-node index.ts",
"build": "tsc",
"outdated": "node dependency-checker.ts > docs/OUTDATED.md",
"postbuild": "cpy './lib/template/' './dist/'"
},
"dependencies": {
"express": "^4.18.1",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/prettier": "^2.7.1",
"cpy-cli": "^4.1.0"
},
"git repository": "https://github.com/open-template-hub/swagger-decorators",
"repository": {
"type": "git",
"url": "https://github.com/open-template-hub/swagger-decorators.git"
},
"keywords": [
"swagger",
"swagger-decorators",
"swagger ui",
"swagger documentation",
"swagger document",
"annotation",
"swagger annotation",
"swagger decorator",
"swagger typescript",
"oth swagger",
"auto swagger",
"swagger automation",
"swagger ts",
"server",
"rest",
"node",
"nodejs",
"typescript",
"cli",
"backend",
"template",
"open template hub",
"open template hub library",
"util",
"utility",
"utilities",
"token"
]
}