UNPKG

@feathersjs/socketio-client

Version:

The client for Socket.io through feathers-socketio

75 lines (74 loc) 1.85 kB
{ "name": "@feathersjs/socketio-client", "description": "The client for Socket.io through feathers-socketio", "version": "5.0.46", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", "keywords": [ "feathers", "feathers-plugin" ], "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/daffl" }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git", "directory": "packages/socketio-client" }, "author": { "name": "Feathers contributors", "email": "hello@feathersjs.com", "url": "https://feathersjs.com" }, "contributors": [], "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { "node": ">= 12" }, "scripts": { "prepublish": "npm run compile", "pack": "npm pack --pack-destination ../generators/test/build", "compile": "shx rm -rf lib/ && tsc && npm run pack", "mocha": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts", "test": "npm run mocha" }, "directories": { "lib": "lib" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "src/**", "lib/**", "*.d.ts", "*.js" ], "publishConfig": { "access": "public" }, "dependencies": { "@feathersjs/feathers": "^5.0.46", "@feathersjs/transport-commons": "^5.0.46" }, "devDependencies": { "@feathersjs/commons": "^5.0.46", "@feathersjs/memory": "^5.0.46", "@feathersjs/socketio": "^5.0.46", "@feathersjs/tests": "^5.0.46", "@types/mocha": "^10.0.10", "@types/node": "^26.0.0", "mocha": "^11.7.6", "shx": "^0.4.0", "socket.io-client": "^4.8.3", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "gitHead": "cf42ae4bc7c315b350d96f15127335471f452b4c" }