{ "name": "@endeavorance/socket", "description": "Lightweight reconnecting websocket interface", "version": "0.0.1", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "bun run ./build.ts" }, "keywords": [], "author": "Endeavorance (https://endeavorance.camp)", "license": "CC BY-NC-SA 4.0", "files": [ "dist" ], "type": "module", "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "latest", "bun-plugin-dts": "^0.2.3" }, "peerDependencies": { "typescript": "^5.0.0" } }