This repository has been archived on 2025-08-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
coinstorge/website/websocket/package.json

18 lines
314 B
JSON
Raw Normal View History

{
"name": "websocket",
"module": "src/main.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
2025-05-30 14:58:57 +03:00
"@sveltejs/adapter-node": "^5.2.12",
"dotenv": "^16.5.0",
"ioredis": "^5.6.1"
}
}