mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"name": "@feathersjs/socketio",
|
|
"description": "The Feathers Socket.io real-time API provider",
|
|
"version": "5.0.0-pre.33",
|
|
"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 ../cli/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.0-pre.33",
|
|
"@feathersjs/feathers": "^5.0.0-pre.33",
|
|
"@feathersjs/transport-commons": "^5.0.0-pre.33",
|
|
"socket.io": "^4.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/express": "^5.0.0-pre.33",
|
|
"@feathersjs/memory": "^5.0.0-pre.33",
|
|
"@feathersjs/tests": "^5.0.0-pre.33",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/node": "^18.11.9",
|
|
"lodash": "^4.17.21",
|
|
"mocha": "^10.1.0",
|
|
"shx": "^0.3.4",
|
|
"socket.io-client": "^4.5.3",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"gitHead": "89f516bcb1457e23a02c6212e9cd8bacc4d267d4"
|
|
}
|