-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 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
{
"name": "oni-ui",
"version": "2.1.0",
"description": "Scripts to create structural and elastic indexes for an Oni",
"main": "structural-index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "biome check --write .",
"index": "node structural-index.js",
"elastic": "node elastic-ocfl-oni-index.js",
"notebooks": "node elastic-notebook-index.js"
},
"author": "Moises Sacal Bonequi",
"license": "GPL-3.0",
"devDependencies": {
"@biomejs/biome": "^1.9.4"
},
"dependencies": {
"@elastic/elasticsearch": "^8.6.0",
"@ocfl/ocfl-fs": "^0.2.0",
"@octokit/rest": "^19.0.3",
"@opensearch-project/opensearch": "^2.5.0",
"@turf/turf": "^6.5.0",
"fs-extra": "^10.0.0",
"lodash": "^4.17.20",
"manku-icon-lib": "^1.1.2",
"node-fetch": "^2.6.1",
"octokit": "^2.0.5",
"ro-crate": "^3.2.1",
"sanitize-filename": "^1.6.3",
"terraformer-wkt-parser": "^1.2.1",
"wicket": "^1.3.8",
"winston": "^3.3.3"
}
}