-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 876 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
36
37
{
"name": "lb4-cache",
"version": "2.0.10",
"description": "a cli to add caching to openapi services created with lb4",
"keywords": [
"lb4",
"openapi",
"cache"
],
"homepage": "https://github.com/aaqilniz/lb4-cache#readme",
"bugs": {
"url": "https://github.com/aaqilniz/lb4-cache/issues",
"email": "[email protected]"
},
"main": "bin/index.js",
"bin": {
"lb4-cache": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Muhammad Aaqil",
"repository": {
"type": "git",
"url": "https://github.com/aaqilniz/lb4-cache"
},
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"change-case": "^4.1.2",
"debug": "^4.3.4",
"openapi-filter": "^3.2.3",
"swagger-parser": "^10.0.3",
"swagger2openapi": "^7.0.8",
"yargs": "^17.7.0"
}
}