-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
37 lines (37 loc) · 927 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": "moleculer-auto-openapi",
"version": "1.1.6",
"description": "Auto generate openapi(swagger) scheme for molecular",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "jest --verbose --runInBand --coverage test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grinat/moleculer-auto-openapi.git"
},
"keywords": [
"openapi",
"swagger",
"moleculer"
],
"author": "Gabdrashitov Rinat <paladin2012gnu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/grinat/moleculer-auto-openapi/issues"
},
"homepage": "https://github.com/grinat/moleculer-auto-openapi#readme",
"jest": {
"testEnvironment": "node",
"testTimeout": 60000
},
"dependencies": {
"swagger-ui-dist": "^4.1.3"
},
"devDependencies": {
"jest": "^27.0.6",
"moleculer": "^0.14.13",
"moleculer-web": "^0.10.0-beta4"
}
}