UNPKG

@iota-big3/sdk-realtime

Version:

Real-time collaboration features for School OS SDK

55 lines (54 loc) 1.26 kB
{ "name": "@iota-big3/sdk-realtime", "version": "2.0.0", "description": "Real-time collaboration features for School OS SDK", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "build": "tsc", "build:watch": "tsc --watch", "type-check": "tsc --noEmit" }, "keywords": [ "schoolos", "sdk", "realtime", "websocket", "collaboration" ], "author": "School OS Team", "license": "MIT", "dependencies": { "ws": "^8.16.0", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2", "@socket.io/redis-adapter": "^8.2.1", "redis": "^4.6.10", "@iota-big3/sdk-types": "file:../sdk-types" }, "devDependencies": { "@types/jest": "^29.5.10", "@types/node": "^20.10.5", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" }, "peerDependencies": { "@iota-big3/sdk-core": "file:../sdk-core" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "restricted", "registry": "https://registry.npmjs.org/" }, "types": "dist/index.d.ts" }