-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "Partio-retkipaikka-loopback",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": "12.18.3"
},
"scripts": {
"lint": "eslint .",
"start": "nodemon -r dotenv/config --exitcrash --watch common/ --watch server/",
"posttest": "npm run lint && npm audit"
},
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.0.3",
"cors": "^2.5.2",
"dotenv": "^8.2.0",
"form-data": "^3.0.0",
"helmet": "^3.23.3",
"loopback": "^3.28.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^6.5.1",
"loopback-component-storage": "^3.7.0",
"loopback-connector-postgresql": "^3.9.1",
"loopback-ds-timestamp-mixin": "^3.4.1",
"loopback-softdelete-mixin4": "^1.0.8",
"minimatch": "^3.0.4",
"multiparty": "^4.2.2",
"nodemon": "^1.19.4",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^3.5.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-loopback": "^8.0.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "Partio-retkipaikka-loopback"
}