-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "openerz",
"version": "8.1.0",
"description": "Open ERZ API",
"main": "index.js",
"scripts": {
"start": "node index.js",
"pretest": "NODE_ENV='test' ./start_test_database.sh",
"test": "NODE_ENV='test' mocha -R spec -t 10000 --exit",
"posttest": "docker stop openerz-pg-test",
"lint": "eslint './**/*.js'"
},
"repository": {
"type": "git",
"url": "git://github.com/metaodi/openerz.git"
},
"author": "Stefan Oderbolz",
"license": "MIT",
"bugs": {
"url": "https://github.com/metaodi/openerz/issues"
},
"homepage": "https://github.com/metaodi/openerz",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/h2o2": "^10.0.4",
"@hapi/hapi": "^21.3.2",
"@hapi/inert": "^7.1.0",
"@hapi/vision": "^7.0.3",
"accepts": "^1.3.8",
"csvtojson": "^2.0.10",
"dotenv": "^16.3.1",
"fanci": "^0.8.0",
"hapi-swagger": "17.2.0",
"icalendar": "^0.7.1",
"joi": "^17.11.0",
"js-yaml": "^4.1.0",
"localize": "^0.4.7",
"moment": "^2.29.4",
"pg": "^8.11.3",
"underscore": "^1.13.6"
},
"devDependencies": {
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"should": "~13.2.3"
},
"engines": {
"node": ">=16.0.0"
}
}