-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.6 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
{
"name": "@rdfc/dumps-to-feed-processor-ts",
"version": "1.0.7",
"description": "Does change detection on entities in consecutive data dumps and transforms these into an ActivityStreams change feed with the entities in a named graph",
"main": "dist/bin/dumpsToFeed.js",
"bin": {
"dumps-to-feed": "dist/bin/dumpsToFeed.js"
},
"scripts": {
"test": "mocha --timeout 10000 --import=tsx tests/**/*.test.ts --exit",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdf-connect/dumps-to-feed-processor-ts.git"
},
"contributors": [
"Pieter Colpaert",
"Ieben Smessaert"
],
"license": "MIT",
"dependencies": {
"@comunica/query-sparql": "^3.3.0",
"@rdfc/js-runner": "^1.0.0-alpha.0",
"@rdfjs/normalize": "^2.0.3",
"@rdfjs/types": "^1.1.2",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/n3": "^1.21.1",
"@types/sinon": "^10.0.20",
"arrayify-stream": "^2.0.1",
"chai": "^4.5.0",
"commander": "^12.1.0",
"extract-cbd-shape": "^0.1.8",
"level": "^8.0.1",
"mocha": "^10.8.2",
"n3": "^1.23.1",
"queue-fifo": "^0.2.6",
"rdf-canonize": "^4.0.1",
"rdf-dereference": "^2.2.0",
"rdf-js": "^4.0.2",
"rdf-parse": "^2.3.3",
"rdf-stores": "^1.0.0",
"streamify-array": "^1.0.1",
"streamify-string": "^1.0.1",
"ts-node": "^10.9.2",
"winston": "^3.17.0"
},
"devDependencies": {
"@rdfc/shacl-processor-ts": "^0.1.2",
"@types/streamify-array": "^1.0.3",
"@types/streamify-string": "^1.0.4",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}