UNPKG

bagman

Version:

js/ts client for Bagman

38 lines (37 loc) 935 B
{ "name": "bagman", "version": "1.5.0", "description": "js/ts client for Bagman", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "vitest --run", "test:coverage": "npm run test -- --coverage", "build": "tsc", "build:doc": "typedoc --excludePrivate --plugin none --out docs src/index.ts", "prepare": "npm run build", "version": "git add -A src", "postversion": "git push && git push --tags" }, "keywords": [ "bagman", "real-time", "bi-directional", "socket" ], "author": "sheunglaili", "license": "MIT", "devDependencies": { "@tsconfig/recommended": "^1.0.2", "@types/cookie": "^0.5.1", "@vitest/coverage-c8": "^0.28.2", "typedoc": "^0.23.28", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.9.4", "vitest": "^0.28.2" }, "dependencies": { "cookie": "^0.5.0", "socket.io-client": "^4.6.1" } }