-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 971 Bytes
/
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
{
"name": "kenomiiifpresentationapiservice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/index.js",
"warmup": "node tools/collectionwarmer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seigedigital/kenomIIIFPresentationAPIService.git"
},
"author": "Leander Seige",
"license": "MIT License",
"bugs": {
"url": "https://github.com/seigedigital/kenomIIIFPresentationAPIService/issues"
},
"homepage": "https://github.com/seigedigital/kenomIIIFPresentationAPIService#readme",
"dependencies": {
"better-sqlite3": "^7.4.5",
"compression": "^1.7.4",
"express": "^4.17.1",
"fast-xml-parser": "^4.0.0-beta.3",
"liblido": "github:seigedigital/liblido",
"log4js": "^6.3.0",
"node-fetch": "^2.6.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}