-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 902 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 902 Bytes
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
{
"name": "papayaverse_inrupt_hackathon_api",
"version": "0.0.1",
"description": "API to connect to app frontend using inrupt client libraries",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/papayaverse/inrupt_hackathon_api.git"
},
"author": "Ram Mukund Kripa",
"license": "MIT",
"bugs": {
"url": "https://github.com/papayaverse/inrupt_hackathon_api/issues"
},
"homepage": "https://github.com/papayaverse/inrupt_hackathon_api#readme",
"dependencies": {
"@infura/sdk": "^2.3.10",
"@inrupt/solid-client": "^1.27.0",
"@inrupt/solid-client-authn-browser": "^1.15.0",
"@inrupt/solid-client-authn-node": "^1.15.0",
"@inrupt/vocab-common-rdf": "^1.0.5",
"cookie-session": "^2.0.0",
"express": "^4.18.2",
"web3": "^1.9.0"
}
}