Files
blockcatcher-admin/package.json
metacryst adf25488e4 changes
2026-01-13 17:24:52 -06:00

27 lines
533 B
JSON

{
"name": "blockcatcher-admin",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"argon2": "^0.44.0",
"chalk": "^5.6.2",
"cors": "^2.8.5",
"csv-parser": "^3.2.0",
"dotenv": "^17.2.3",
"express": "^4.18.2",
"http-proxy": "^1.18.1",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"ws": "^8.18.3",
"zod": "^4.3.5"
}
}