-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.58 KB
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
{
"name": "wikibus-data-sheets",
"version": "0.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"postinstall": "patch-package",
"preexport": "mkdirp output",
"export": "dotenv -- b59 run pipelines/import.ttl --pipeline https://annotate.wikibus.org/pipeline/ --variable-all -v --output output/data-sheets.nt",
"export:one": "dotenv -- b59 run pipelines/import.ttl --pipeline https://annotate.wikibus.org/pipeline/ProcessDocument --variable-all -v",
"export:file": "b59 run pipelines/import.ttl --pipeline https://annotate.wikibus.org/pipeline/ProcessDocumentDirect --variable-all -v",
"test": "shacl-test --shapes=shape/DataSheet.ttl --valid-cases=\"tests/valid/*.ttl\" --prefixes=schema,mads,unit,qudt,quantitykind=http://qudt.org/vocab/quantitykind/,dcterms,wd=http://www.wikidata.org/entity/,wikibus=https://schema.wikibus.org/"
},
"dependencies": {
"@hydrofoil/talos": "^0.6.11",
"@zazuko/env-node": "^2.1.1",
"@zazuko/shacl-playground": "^3.0.0",
"@zazuko/shacl-test": "^0.1.1",
"barnard59": "^5.0.4",
"barnard59-base": "^2.4.2",
"barnard59-formats": "^4.0.0",
"barnard59-http": "^2.0.0",
"barnard59-rdf": "^3.4.0",
"barnard59-sparql": "^2.3.0",
"dotenv-cli": "^7.4.2",
"mkdirp": "^3.0.1",
"patch-package": "^8.0.0",
"rdf-validate-shacl": "^0.5.6",
"stream-json": "^1.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wikibus/data-sheets.git"
},
"author": "Tomasz Pluskiewicz",
"license": "MIT"
}