-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 926 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
30
31
32
33
34
35
36
37
38
{
"name": "auxiliary-server",
"version": "1.0.0",
"description": "App Echo Vortex",
"main": "auxiliary-server.js",
"scripts": {
"dev": "node auxiliary-server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"@vitejs/plugin-react": "^4.1.1",
"alchemy-sdk": "^3.0.0",
"axios": "^1.6.2",
"body-parser": "^1.19.0",
"chalk": "^5.3.0",
"constants": "^0.0.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-ws": "^5.0.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"moment": "^2.29.4",
"mongoose": "^6.1.7",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"three": "^0.158.0",
"vite": "^4.5.0",
"web3": "^4.2.2",
"winston": "^3.11.0",
"ws": "^8.5.0"
}
}