UNPKG

@stadium-ws/core

Version:

Build scalable realtime applications.

47 lines (46 loc) 1.04 kB
{ "name": "@stadium-ws/core", "version": "1.0.3", "description": "Build scalable realtime applications.", "private": false, "repository": { "type": "git", "url": "https://github.com/stadium-ws/stadium-js.git" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "stadium", "stadium.ws", "websockets" ], "main": "./src/index.ts", "types": "./src/index.ts", "files": [ "./dist", "./src", "./package.json", "./README.md" ], "license": "MIT", "scripts": { "build": "tsup ./src/index.ts --dts", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "lint": "TIMING=1 eslint \"src/**/*.ts*\"", "dev": "tsup ./src/index.ts --watch" }, "dependencies": { "@types/qs": "^6.9.7", "cross-fetch": "^3.1.5", "eventemitter3": "^5.0.0", "isomorphic-ws": "^5.0.0", "qs": "^6.11.0", "ws": "^8.11.0" }, "devDependencies": { "eslint": "^8.30.0", "tsup": "^6.5.0" } }