-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
44 lines (44 loc) · 1 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": "@zazuko/trifid-plugin-iiif",
"version": "1.1.1",
"type": "module",
"description": "Trifid plugin to handle IIIF data",
"license": "Apache-2.0",
"homepage": "https://github.com/zazuko/trifid#readme",
"repository": {
"type": "git",
"url": "https://github.com/zazuko/trifid.git",
"directory": "packages/iiif"
},
"bugs": {
"url": "https://github.com/zazuko/trifid/issues"
},
"scripts": {
"test": "c8 --all --reporter=lcovonly --reporter=text node --test **/*.test.js"
},
"author": {
"name": "Zazuko GmbH",
"url": "https://zazuko.com/"
},
"keywords": [
"trifid",
"trifid-plugin",
"iiif"
],
"dependencies": {
"@tpluscode/rdf-string": "^1.3.3",
"@zazuko/env": "^2.5.1",
"jsonld": "^8.3.3",
"sparql-http-client": "^3.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"@types/jsonld": "^1.5.15",
"c8": "^10.1.3",
"trifid-core": "^5.1.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}