-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "insightgenesis",
"version": "1.0.0",
"description": "Bridge data from web2 to web3",
"main": "index.js",
"scripts": {
"build": "npm --prefix frontend run build",
"start": "node js/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aloycwl/insightgenesis.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aloycwl/insightgenesis/issues"
},
"homepage": "https://github.com/aloycwl/insightgenesis#readme",
"dependencies": {
"@ethersproject/experimental": "^5.8.0",
"@magic-ext/oauth2": "^11.5.0",
"@magic-sdk/admin": "^2.8.2",
"@story-protocol/core-sdk": "^1.4.4",
"@supabase/supabase-js": "^2.105.3",
"@web3-storage/w3up-client": "^17.3.0",
"axios": "^1.16.0",
"cors": "^2.8.6",
"dotenv": "^16.6.1",
"ethers": "^5.8.0",
"execa": "^9.6.1",
"express": "^4.22.1",
"ffmpeg-static": "^5.3.0",
"form-data": "^4.0.5",
"magic-sdk": "^29.4.2",
"multer": "^2.1.1",
"node-fetch": "^3.3.2",
"pg": "^8.20.0",
"punycode": "^2.3.1",
"whatwg-url": "^14.2.0"
},
"type": "module"
}