@helios-starling/starling
Version:
Modern WebSocket client for the Helios-Starling protocol
43 lines • 995 B
JSON
{
"name": "@helios-starling/starling",
"version": "0.4.0",
"description": "Modern WebSocket client for the Helios-Starling protocol",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "bun --watch ./test/index.js"
},
"keywords": [
"websocket",
"client",
"rpc",
"realtime",
"helios",
"starling",
"reconnection",
"state-management"
],
"author": "Killian Di Vincenzo",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/helios-starling/starling.git"
},
"bugs": {
"url": "https://github.com/helios-starling/starling/issues"
},
"homepage": "https://github.com/helios-starling/starling#readme",
"devDependencies": {
"@types/bun": "latest",
"better-docs": "^2.7.3",
"jsdoc": "^4.0.4"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@helios-starling/utils": "0.4.0",
"@killiandvcz/pulse": "^1.0.2",
"zod": "^3.24.1"
}
}