forked from strongloop/loopback-component-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 962 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
41
42
{
"name": "loopback-component-explorer",
"version": "6.5.1",
"description": "Browse and test your LoopBack app's APIs",
"engines": {
"node": ">=8.9"
},
"main": "index.js",
"scripts": {
"preinstall": "npx force-resolutions",
"lint": "eslint .",
"test": "mocha",
"posttest": "npm run lint"
},
"keywords": [
"loopback",
"api",
"explorer"
],
"author": "IBM Corp.",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^8.11.0",
"eslint-config-plume": "git+ssh://[email protected]/plume-design/eslint-config-plume.git#1.1.4",
"loopback": "^3.19.0",
"mocha": "^10.0.0",
"supertest": "^3.1.0"
},
"license": "MIT",
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.11",
"loopback-swagger": "^5.0.0",
"strong-globalize": "^4.1.1",
"swagger-ui-dist": "^4.13.2"
},
"resolutions": {
"minimist": "1.2.6",
"ejs": "3.1.8"
}
}