-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.35 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.35 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "consolid-api",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"igent": "concurrently \"npm run arcadis\" \"npm run b-b\" \"npm run dgfb\"",
"arcadis": "env-cmd -f ./config/igent/arcadis.env nodemon --ignore ./demo/ --exec ts-node src/app.ts",
"b-b": "env-cmd -f ./config/igent/b-b.env nodemon --ignore ./demo/ --exec ts-node src/app.ts",
"dgfb": "env-cmd -f ./config/igent/fm-ugent.env nodemon --ignore ./demo/ --exec ts-node src/app.ts",
"duplex": "concurrently \"npm run owner\" \"npm run architect\" \"npm run engineer\" \"npm run fm\"",
"owner": "env-cmd -f ./config/duplex/owner.env nodemon --ignore ./demo/ --exec ts-node src/app.ts",
"architect": "env-cmd -f ./config/duplex/architect.env nodemon --ignore ./demo/ --exec ts-node src/app.ts",
"engineer": "env-cmd -f ./config/duplex/engineer.env nodemon --ignore ./demo/ --exec ts-node src/app.ts",
"fm": "env-cmd -f ./config/duplex/fm.env nodemon --ignore ./demo/ --exec ts-node src/app.ts",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@comunica/query-sparql": "^2.8.0",
"@comunica/query-sparql-link-traversal": "^0.2.0",
"@comunica/types": "^2.8.0",
"@influxdata/influxdb-client": "^1.33.2",
"@inrupt/solid-client-authn-core": "^1.12.1",
"@inrupt/solid-common-vocab": "^1.0.1",
"@inrupt/vocab-common-rdf": "^1.0.5",
"@rdfjs/parser-n3": "^2.0.1",
"@types/express": "^4.17.17",
"@types/multer": "^1.4.7",
"@types/rdf-ext": "^2.2.3",
"@types/rdf-validate-shacl": "^0.4.2",
"consolid-daapi": "^0.0.10",
"consolid-raapi": "^0.0.11",
"consolid-vocabulary": "^1.0.3",
"cors": "^2.8.5",
"cross-fetch": "^4.0.0",
"crypto": "^1.0.1",
"express": "^4.18.2",
"express-solid-auth-wrapper": "github:ConSolidProject/express-solid-auth-wrapper",
"form-data": "^4.0.0",
"got": "^13.0.0",
"influx": "^5.9.3",
"jws": "^4.0.0",
"multer": "^1.4.5-lts.1",
"node-jws": "^0.1.4",
"node-jws-file-provider": "^0.1.4",
"nodemon": "^3.0.1",
"rdf-ext": "^2.3.0",
"rdf-validate-shacl": "^0.4.5",
"rdflib": "^2.2.32",
"ts-node": "^10.9.1",
"turtle-validator": "^1.1.1",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"dotenv": "^16.3.1",
"env-cmd": "^10.1.0"
}
}