-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1013 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
38
39
40
{
"name": "loopback-connector-openapi",
"version": "6.2.0",
"description": "Connect Loopback to a OpenAPI-compliant APIs",
"engines": {
"node": ">=10"
},
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha",
"posttest": "npm run lint"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.2",
"debug": "^4.2.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"swagger-client": "^3.11.1",
"swagger2openapi": "^7.0.2"
},
"devDependencies": {
"@loopback/example-todo": "^3.8.0",
"eslint": "^7.11.0",
"eslint-config-loopback": "^13.1.0",
"loopback": "^3.27.0",
"mocha": "^8.1.3",
"p-event": "^4.2.0",
"should": "^13.2.3",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/loopbackio/loopback-connector-openapi.git"
},
"copyright.owner": "IBM Corp.",
"license": "MIT"
}