-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.15 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
51
{
"name": "@archival-iiif/presentation-builder",
"version": "1.5.3",
"license": "MIT",
"main": "dist/v3/index.js",
"types": "dist/v3/index.d.ts",
"files": [
"dist"
],
"exports": {
".": "./dist/v3/index.js",
"./v2": "./dist/v2/index.js",
"./v3": "./dist/v3/index.js"
},
"typesVersions": {
"*": {
"v2": [
"dist/v2/index.d.ts"
],
"v3": [
"dist/v3/index.d.ts"
]
}
},
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register test/**/*.ts"
},
"devDependencies": {
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.7",
"@types/node": "^20.16.3",
"chai": "^4.5.0",
"mocha": "^10.7.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"description": "Javascript library for generating IIIF manifests.",
"repository": {
"type": "git",
"url": "git+https://github.com/archival-IIIF/presentation-builder.git"
},
"keywords": [
"IIIF"
],
"author": "Archival IIIF",
"bugs": {
"url": "https://github.com/archival-IIIF/presentation-builder/issues"
},
"homepage": "https://github.com/archival-IIIF/presentation-builder#readme"
}