-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 947 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 947 Bytes
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
{
"name": "ro-crate-html-lite",
"type": "module",
"version": "0.0.3",
"description": "A tool to create static HTML-only ro-crate-preview-html files for an RO-Crate",
"main": "index.js",
"scripts": {
"test": "mocha",
"format": "prettier --write template.html"
},
"author": "Peter Sefton",
"contributors": [
{
"name": "Alvin Sebastian"
},
{
"name": "Ben Foley"
},
{
"name": "River Tae Smith"
},
{
"name": "Moises Sacal Bonequi"
}
],
"license": "GPL-3.0",
"dependencies": {
"canvas": "^3.1.0",
"commander": "^12.1.0",
"maplibre-gl": "^4.7.1",
"markdown-it": "^14.1.0",
"nunjucks": "^3.2.4",
"puppeteer": "^23.7.1",
"ro-crate": "^3.7.0",
"terraformer-wkt-parser": "^1.2.1",
"wellknown": "^0.5.0"
},
"devDependencies": {
"mocha": "^11.7.5",
"prettier": "^3.6.2",
"prettier-plugin-jinja-template": "^2.1.0"
}
}