mirror of
https://github.com/feathersjs/feathers.git
synced 2025-12-08 19:46:22 +00:00
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"name": "@feathersjs/socketio-client",
|
|
"description": "The client for Socket.io through feathers-socketio",
|
|
"version": "5.0.0-pre.34",
|
|
"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/transport-commons": "^5.0.0-pre.34"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/commons": "^5.0.0-pre.34",
|
|
"@feathersjs/feathers": "^5.0.0-pre.34",
|
|
"@feathersjs/memory": "^5.0.0-pre.34",
|
|
"@feathersjs/socketio": "^5.0.0-pre.34",
|
|
"@feathersjs/tests": "^5.0.0-pre.34",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/node": "^18.11.18",
|
|
"mocha": "^10.2.0",
|
|
"shx": "^0.3.4",
|
|
"socket.io-client": "^4.5.4",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132"
|
|
}
|