-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "panosc-search-api",
"version": "1.0.0",
"description": "PaNOSC search REST api. Facility implementation. Facility: ESS",
"keywords": [
"loopback-application",
"loopback"
],
"main": "server/server.js",
"engines": {
"node": ">=18"
},
"scripts": {
"lint": "eslint --fix .",
"start": "node .",
"test": "mocha --timeout=30000 --exit",
"posttest": "eslint .",
"snyk-protect": "snyk-protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@snyk/protect": "^1.1061.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"helmet": "^3.23.3",
"loopback": "^3.28.0",
"loopback-boot": "^3.3.1",
"loopback-component-explorer": "^6.5.1",
"mathjs": "^7.6.0",
"serve-favicon": "^2.5.0",
"strong-error-handler": "^3.5.0",
"superagent": "^7.1.5"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-loopback": "^13.1.0",
"mocha": "^10.1.0",
"sinon": "^9.0.2",
"supertest": "^4.0.2"
},
"snyk": true
}