mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"name": "@feathersjs/socketio",
|
|
"description": "The Feathers Socket.io real-time API provider",
|
|
"version": "5.0.0-pre.0",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "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"
|
|
},
|
|
"author": {
|
|
"name": "Feathers contributors",
|
|
"email": "hello@feathersjs.com",
|
|
"url": "https://feathersjs.com"
|
|
},
|
|
"contributors": [],
|
|
"bugs": {
|
|
"url": "https://github.com/feathersjs/feathers/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"src/**",
|
|
"lib/**",
|
|
"*.d.ts",
|
|
"*.js"
|
|
],
|
|
"scripts": {
|
|
"prepublish": "npm run compile",
|
|
"compile": "shx rm -rf lib/ && tsc",
|
|
"test": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@feathersjs/transport-commons": "^5.0.0-pre.0",
|
|
"debug": "^4.3.1",
|
|
"socket.io": "^3.0.3",
|
|
"uberproto": "^2.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/commons": "^5.0.0-pre.0",
|
|
"@feathersjs/express": "^5.0.0-pre.0",
|
|
"@feathersjs/feathers": "^5.0.0-pre.0",
|
|
"@feathersjs/tests": "^5.0.0-pre.0",
|
|
"@types/mocha": "^8.0.4",
|
|
"@types/node": "^14.14.10",
|
|
"feathers-memory": "^4.1.0",
|
|
"lodash": "^4.17.20",
|
|
"mocha": "^8.2.1",
|
|
"shx": "^0.3.3",
|
|
"socket.io-client": "^3.0.3",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"gitHead": "e6b82b809c21da298501a12b82e72e166468994b"
|
|
}
|