-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 2.01 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
{
"name": "staatsarchiv-ld",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"stabs:local": "barnard59 run -v --pipeline=urn:pipeline:stabs/main --format=text/turtle pipelines/staatsarchiv.ttl",
"stabs:stdout": "barnard59 run -v --pipeline=urn:pipeline:stabs/main --format=text/turtle --variable=SOURCE_ENDPOINT_URL=$SOURCE_ENDPOINT_URL --variable=SOURCE_ENDPOINT_USER=$SOURCE_ENDPOINT_USER --variable=SOURCE_ENDPOINT_PASSWORD=$SOURCE_ENDPOINT_PASSWORD pipelines/staatsarchiv.ttl",
"stabs:file": "barnard59 run -v --pipeline=urn:pipeline:stabs/mainFile --format=text/turtle --variable=SOURCE_ENDPOINT_URL=$SOURCE_ENDPOINT_URL --variable=SOURCE_ENDPOINT_USER=$SOURCE_ENDPOINT_USER --variable=SOURCE_ENDPOINT_PASSWORD=$SOURCE_ENDPOINT_PASSWORD pipelines/staatsarchiv.ttl",
"stabs:store": "barnard59 run -v --pipeline=urn:pipeline:stabs/mainStore --format=text/turtle --variable=SOURCE_ENDPOINT_URL=$SOURCE_ENDPOINT_URL --variable=SOURCE_ENDPOINT_USER=$SOURCE_ENDPOINT_USER --variable=SOURCE_ENDPOINT_PASSWORD=$SOURCE_ENDPOINT_PASSWORD --variable=SINK_ENDPOINT_URL=$SINK_ENDPOINT_URL pipelines/staatsarchiv.ttl",
"mappingUpdate": "node shell/mappingUpdate.js",
"materialize": "node shell/materialize.js",
"updateSource": "node shell/updateSource.js"
},
"author": "Adrian Gschwend, Oliver Schihin",
"license": "MIT",
"dependencies": {
"@rdfjs/namespace": "^1.1.0",
"assert": "^2.0.0",
"barnard59": "^0.1.2",
"barnard59-base": "^0.1.1",
"barnard59-formats": "^0.0.7",
"barnard59-graph-store": "^0.1.1",
"barnard59-rdf": "^0.2.3",
"barnard59-shell": "^0.1.0",
"chai": "^4.3.4",
"luxon": "^1.26.0",
"mocha": "^9.2.2",
"node-fetch": "^2.6.7",
"properties-reader": "^2.2.0",
"rdf-ext": "^1.3.1",
"scp2": "^0.5.0",
"shelljs": "^0.8.5",
"shelljs-plugin-ssh": "^1.2.2",
"simple-git": "^3.4.0",
"ssh2": "^1.4.0",
"stardog": "^3.2.0",
"unzipper": "^0.9.15"
},
"devDependencies": {
"standard": "^16.0.4"
}
}