-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 892 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
{
"name": "laraswagger",
"version": "1.0.0",
"description": "A command-line tool for converting JSON exported by Insomnia or postman to Swagger format, as well as converting a swagger-formatted json file into a swagger-formatted annotation to facilitate documentation generation.",
"bin": {
"laraswagger": "laraswagger.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bamagid/laraswagger.git"
},
"keywords": [
"insomnia",
"postman",
"swagger",
"docs",
"laravel",
"documentation",
"laraswagger"
],
"author": "Magid Ba",
"license": "SEE LICENSE IN License.md",
"homepage": "https://github.com/bamagid/laraswagger#readme",
"bugs": {
"url": "https://github.com/bamagid/laraswagger/issues"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"open": "10.0.3"
},
"devDependencies": {}
}