-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "barnard59-graph-store",
"version": "6.0.1",
"description": "SPARQL Graph Store Protocol support for Linked Data pipelines",
"type": "module",
"main": "index.js",
"scripts": {
"test": "mocha",
"prebuild": "rimraf -g *.d.ts lib/*.d.ts",
"build": "tsc",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/zazuko/barnard59.git",
"directory": "packages/graph-store"
},
"keywords": [],
"author": "Zazuko GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/zazuko/barnard59/issues"
},
"homepage": "https://github.com/zazuko/barnard59",
"dependencies": {
"barnard59-base": "^2.4.2",
"barnard59-rdf": "^3.0.0",
"duplex-to": "^1.0.0",
"onetime": "^6.0.0",
"promise-the-world": "^1.0.1",
"readable-stream": "^3.6.0",
"sparql-http-client": "^3.0.0"
},
"devDependencies": {
"@rdfjs/to-ntriples": "^3.0.0",
"@tpluscode/sparql-builder": "^2.0.0",
"@types/duplex-to": "^1.0.3",
"@types/promise-the-world": "^1.0.6",
"@types/readable-stream": "^4.0.10",
"@types/sparql-http-client": "^3.0.0",
"@zazuko/env": "^2",
"barnard59-core": "^6.0.1",
"barnard59-env": "^1.2.3",
"barnard59-test-support": "*",
"docker-compose": "^0.24.8",
"express-as-promise": "^1.2.0",
"get-stream": "^6.0.1",
"is-stream": "^3",
"rdf-literal": "^1.3.1",
"wait-on": "^7.2.0"
},
"engines": {
"node": ">= 14.0.0"
},
"mocha": {
"loader": "ts-node/esm/transpile-only"
}
}