UNPKG

@tomkoooo/tbase

Version:

A JavaScript-based socket client for out-of-the-box backend for React

62 lines (61 loc) 1.26 kB
{ "name": "@tomkoooo/tbase", "version": "1.0.3", "description": "A JavaScript-based socket client for out-of-the-box backend for React", "type": "module", "main": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.d.ts" } }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "socket", "client", "javascript", "notifications", "database", "backend", "baas", "saas", "firebase", "appwrite", "push", "web-push", "chat", "realtime", "bucket", "file-storage", "react", "next", "nextjs" ], "author": "tomkoooo", "license": "MIT", "devDependencies": { "@types/jsonwebtoken": "^9.0.9", "@types/node": "^22.13.10", "@types/react": "^19.0.10", "@types/web-push": "^3.6.4", "@types/ws": "^8.18.0", "typescript": "^5.8.2" }, "dependencies": { "bcrypt": "^5.1.1", "bcryptjs": "^3.0.2", "jsonwebtoken": "^9.0.2", "mongodb": "^6.14.2", "mysql2": "^3.13.0", "react": "^19.0.0", "socket.io": "^4.8.1", "socket.io-client": "^4.8.1", "web-push": "^3.6.7", "ws": "^8.18.1" } }