-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 937 Bytes
/
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
{
"dependencies": {
"@inrupt/solid-client-authn-core": "^1.17.5",
"@jeswr/pretty-turtle": "^1.4.0",
"@rdfjs/express-handler": "^2.0.0",
"@rubensworks/solid-client-authn-isomorphic": "^2.0.1",
"@solid/community-server": "^7.0.2",
"@types/n3": "^1.16.4",
"body-parser": "^1.20.2",
"commander": "^11.1.0",
"express": "^4.18.2",
"eyereasoner": "^10.7.2",
"n3": "github:rdfjs/N3.js#fd6e7f1d5982fa113349a6ad03ad99e52db898d7",
"rdfjs-c14n": "^3.0.0",
"typescript": "^5.3.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jest": "^29.5.10",
"@types/n3": "^1.16.4",
"@types/rdfjs__express-handler": "^2.0.4",
"chalk": "^4.1.2",
"dotenv": "^16.3.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
},
"scripts": {
"start": "ts-node runAppFlow.ts",
"serve": "ts-node runAllEndpoints.ts",
"test": "jest"
}
}