UNPKG

@tapsioss/client-socket-manager

Version:
47 lines 1.16 kB
{ "name": "@tapsioss/client-socket-manager", "version": "0.4.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/cjs/index.d.ts", "files": [ "./dist", "./README.md", "./LICENSE" ], "exports": { ".": { "require": "./dist/cjs/index.js", "import": "./dist/esm/index.js", "types": "./dist/cjs/index.d.ts" } }, "keywords": [ "web-socket", "socket-io.client", "client-socket-manager" ], "repository": { "type": "git", "url": "git+https://github.com/Tap30/client-socket-manager.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/Tap30/client-socket-manager/issues" }, "devDependencies": { "@repo/test-helpers": "0.0.0" }, "peerDependencies": { "socket.io-client": "^4.8.1" }, "scripts": { "clear": "shx rm -rf dist", "build:cjs": "tsc --project ./tsconfig.cjs.json", "build:esm": "tsc --project ./tsconfig.esm.json", "prebuild": "pnpm run clear", "build": "run-p build:*", "release": "pnpm publish . --tag latest --access public --no-git-checks" } }