@feathersjs/socketio
Version:
The Feathers Socket.io real-time API provider
75 lines (74 loc) • 1.83 kB
JSON
{
"name": "@feathersjs/socketio",
"description": "The Feathers Socket.io real-time API provider",
"version": "5.0.29",
"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"
},
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 12"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"src/**",
"lib/**",
"*.d.ts",
"*.js"
],
"scripts": {
"prepublish": "npm run compile",
"pack": "npm pack --pack-destination ../generators/test/build",
"compile": "shx rm -rf lib/ && tsc && npm run pack",
"test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.29",
"@feathersjs/feathers": "^5.0.29",
"@feathersjs/transport-commons": "^5.0.29",
"socket.io": "^4.7.5"
},
"devDependencies": {
"@feathersjs/express": "^5.0.29",
"@feathersjs/memory": "^5.0.29",
"@feathersjs/tests": "^5.0.29",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
"lodash": "^4.17.21",
"mocha": "^10.6.0",
"shx": "^0.3.4",
"socket.io-client": "^4.7.5",
"typescript": "^5.5.3"
},
"gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2"
}