Files
Oracles.cash-Relay-Server/package.json
2025-09-08 05:31:19 +00:00

37 lines
856 B
JSON

{
"name": "rewrite",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "tsx src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.19",
"@types/debug": "^4.1.12",
"@types/express": "^5.0.3",
"@types/node": "^24.3.1",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
"dependencies": {
"@bitauth/libauth": "^3.0.0",
"@generalprotocols/oracle-client": "file:../client",
"async-mutex": "^0.5.0",
"better-sqlite3": "^12.2.0",
"cors": "^2.8.5",
"debug": "^4.4.1",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"kysely": "^0.28.5",
"zeromq": "^6.5.0",
"zod": "^4.1.5"
}
}