{ "name": "@lilith/websocket-client", "version": "1.0.3", "description": "React hooks and utilities for Socket.IO client connections", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "test": "vitest", "clean": "rm -rf dist", "lint": "eslint src --fix", "lint:check": "eslint src" }, "keywords": [ "websocket", "socket.io", "react", "hooks", "real-time" ], "author": "Lilith Platform", "license": "MIT", "engines": { "node": ">=18.0.0" }, "publishConfig": { "registry": "http://forge.black.lan/api/packages/lilith/npm/" }, "_": { "registry": "forgejo", "publish": true, "build": true }, "dependencies": { "@lilith/websocket-core": "^1.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "socket.io-client": "^4.7.0" }, "devDependencies": { "@lilith/configs": "workspace:*", "@types/node": "^20.19.28", "@types/react": "^19.2.8", "react": "^18.3.1", "socket.io-client": "^4.8.3", "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.0.16" } }