1 | {
|
2 | "name": "@feathersjs/socketio",
|
3 | "description": "The Feathers Socket.io real-time API provider",
|
4 | "version": "5.0.29",
|
5 | "homepage": "https://feathersjs.com",
|
6 | "main": "lib/",
|
7 | "types": "lib/",
|
8 | "keywords": [
|
9 | "feathers",
|
10 | "feathers-plugin"
|
11 | ],
|
12 | "license": "MIT",
|
13 | "funding": {
|
14 | "type": "github",
|
15 | "url": "https://github.com/sponsors/daffl"
|
16 | },
|
17 | "repository": {
|
18 | "type": "git",
|
19 | "url": "git://github.com/feathersjs/feathers.git",
|
20 | "directory": "packages/socketio"
|
21 | },
|
22 | "author": {
|
23 | "name": "Feathers contributors",
|
24 | "email": "hello@feathersjs.com",
|
25 | "url": "https://feathersjs.com"
|
26 | },
|
27 | "contributors": [],
|
28 | "bugs": {
|
29 | "url": "https://github.com/feathersjs/feathers/issues"
|
30 | },
|
31 | "engines": {
|
32 | "node": ">= 12"
|
33 | },
|
34 | "files": [
|
35 | "CHANGELOG.md",
|
36 | "LICENSE",
|
37 | "README.md",
|
38 | "src/**",
|
39 | "lib/**",
|
40 | "*.d.ts",
|
41 | "*.js"
|
42 | ],
|
43 | "scripts": {
|
44 | "prepublish": "npm run compile",
|
45 | "pack": "npm pack --pack-destination ../generators/test/build",
|
46 | "compile": "shx rm -rf lib/ && tsc && npm run pack",
|
47 | "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
|
48 | },
|
49 | "directories": {
|
50 | "lib": "lib"
|
51 | },
|
52 | "publishConfig": {
|
53 | "access": "public"
|
54 | },
|
55 | "dependencies": {
|
56 | "@feathersjs/commons": "^5.0.29",
|
57 | "@feathersjs/feathers": "^5.0.29",
|
58 | "@feathersjs/transport-commons": "^5.0.29",
|
59 | "socket.io": "^4.7.5"
|
60 | },
|
61 | "devDependencies": {
|
62 | "@feathersjs/express": "^5.0.29",
|
63 | "@feathersjs/memory": "^5.0.29",
|
64 | "@feathersjs/tests": "^5.0.29",
|
65 | "@types/mocha": "^10.0.7",
|
66 | "@types/node": "^20.14.10",
|
67 | "lodash": "^4.17.21",
|
68 | "mocha": "^10.6.0",
|
69 | "shx": "^0.3.4",
|
70 | "socket.io-client": "^4.7.5",
|
71 | "typescript": "^5.5.3"
|
72 | },
|
73 | "gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2"
|
74 | }
|