-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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": "loopback-3-typescript",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"dependencies": {
"bluebird": "^3.4.7",
"compression": "^1.0.3",
"cors": "^2.5.2",
"fs-extra": "^1.0.0",
"helmet": "^1.3.0",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^4.0.0",
"loopback-connector-mailgun": "^0.0.7",
"loopback-connector-mongodb": "^1.17.0",
"loopback-connector-mysql": "^2.4.0",
"mcms-node-config-loader": "0.0.4",
"serve-favicon": "^2.0.1",
"loopback-component-products": "^0.0.1",
"strong-error-handler": "^1.0.1"
},
"devDependencies": {
"@types/bluebird": "^3.0.37",
"@types/express": "^4.0.34",
"@types/lodash": "^4.14.45",
"@types/node": "^6.0.55",
"@types/requirejs": "^2.1.28",
"eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0",
"nsp": "^2.1.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "A loopback 3 scaffold using Typescript"
}