-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
56 lines (56 loc) · 1.35 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "loopback-workspace",
"version": "5.3.0",
"engines": {
"node": ">=8"
},
"main": "server/server.js",
"publishConfig": {
"export-tests": true
},
"scripts": {
"pretest": "node test/helpers/setup-mysql.js --ci-only",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "mocha",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-workspace.git"
},
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"cookie-parser": "^1.4.3",
"debug": "^4.1.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"lodash": "^4.17.15",
"loopback": "^3.24.0",
"loopback-boot": "^2.27.1",
"method-override": "^3.0.0",
"morgan": "^1.9.1",
"ncp": "^2.0.0",
"normalize-git-url": "^3.0.2",
"semver": "^5.6.0",
"serve-favicon": "^2.5.0",
"stable": "^0.1.8",
"strong-error-handler": "^3.2.0",
"strong-globalize": "^5.0.0",
"strong-wait-till-listening": "^1.0.3"
},
"devDependencies": {
"better-stack-traces": "^1.1.0",
"bluebird": "^3.5.3",
"chai": "^1.10.0",
"eslint": "^6.6.0",
"eslint-config-loopback": "^13.1.0",
"loopback-component-explorer": "^6.3.1",
"mocha": "^6.2.0",
"mysql": "^2.16.0",
"read": "^1.0.7",
"supertest": "^3.3.0"
},
"author": "IBM Corp."
}