-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
25 lines (25 loc) · 1.19 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
{
"name": "staatsarchiv-ld",
"version": "0.0.0",
"description": "Staatsarchiv-BS Linked Data",
"type": "module",
"main": "index.js",
"scripts": {
"start": "mkdir -p output && barnard59 run -v --pipeline=http://example.org/pipeline/toFile pipelines/main.ttl --variable=CARML_SERVICE",
"to-file": "mkdir -p output && barnard59 run -v --pipeline=http://example.org/pipeline/toFile pipelines/main.ttl --variable=CARML_SERVICE",
"file-to-store": "barnard59 run -v --pipeline=http://example.org/pipeline/fileToStore pipelines/main.ttl --variable=CARML_SERVICE --variable=ENDPOINT_URL --variable=ENDPOINT_USER --variable=ENDPOINT_PASSWORD",
"file-to-store-dev": "barnard59 run -v --pipeline=http://example.org/pipeline/fileToStore pipelines/main.ttl --variable=CARML_SERVICE",
"to-store-dev": "barnard59 run -v --pipeline=http://example.org/pipeline/toStore pipelines/main.ttl --variable=CARML_SERVICE",
"test": "true"
},
"author": "Zazuko GmbH",
"license": "MIT",
"dependencies": {
"barnard59": "^1.1.4",
"barnard59-carml-service": "^0.0.1",
"barnard59-formats": "^1.4.0",
"barnard59-graph-store": "^1.0.2",
"barnard59-rdf": "^1.4.1",
"rdf-ext": "^2.2.0"
}
}