-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "next-cli-dev",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"lint": "eslint .",
"start": "node .",
"cli": "node ./build/nexty-cli/index.js",
"posttest": "npm run lint && nsp check"
},
"dependencies": {
"@types/express": "^4.0.37",
"@types/lodash": "^4.14.76",
"@types/q": "^1.0.5",
"compression": "^1.0.3",
"cors": "^2.5.2",
"fs": "0.0.1-security",
"helmet": "^1.3.0",
"inquirer": "^3.3.0",
"lodash": "^4.17.4",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^4.0.0",
"loopback-connector-mysql": "^5.1.0",
"q": "^1.5.0",
"root-path": "^0.2.0",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^1.0.1"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0",
"nsp": "^2.1.0",
"@types/inquirer": "0.0.35",
"@types/node": "^8.0.31"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "next-cli-dev"
}