-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.44 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
{
"dependencies": {
"@lblod/mu-auth-sudo": "1.0.0-beta.4",
"@rdfjs/namespace": "^1.1.0",
"cron": "^2.1.0",
"env-var": "^7.3.0",
"express-http-context": "^1.2.4",
"n3": "^1.16.1",
"rdf-parse": "^2.0.0",
"@treecg/actor-init-ldes-client": "https://github.com/redpencilio/event-stream-client/releases/download/actor-init-ldes-client-v3.0.0-fix-pausing/treecg-actor-init-ldes-client-3.0.0.tgz"
},
"name": "ldes-consumer-service",
"description": "This service listens to resource additions to a time-based LDES stream and publishes those additions to a virtuoso triplestore.",
"version": "0.8.0-rc1",
"repository": {
"type": "git",
"url": "git+https://github.com/redpencilio/ldes-consumer-service.git"
},
"main": "app.js",
"scripts": {
"start": "ts-node app.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rdfjs/types": "^1.1.0",
"@types/cron": "^2.0.0",
"@types/n3": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"release-it": "^15.2.0",
"release-it-lerna-changelog": "^5.0.0",
"rdf-js": "^4.0.2"
},
"volta": {
"node": "16.18.1"
}
}