UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@feathersjs/socketio",
3 "description": "The Feathers Socket.io real-time API provider",
4 "version": "4.5.11",
5 "homepage": "https://feathersjs.com",
6 "main": "lib/",
7 "types": "index.d.ts",
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 },
21 "author": {
22 "name": "Feathers contributors",
23 "email": "hello@feathersjs.com",
24 "url": "https://feathersjs.com"
25 },
26 "contributors": [],
27 "bugs": {
28 "url": "https://github.com/feathersjs/feathers/issues"
29 },
30 "engines": {
31 "node": ">= 10"
32 },
33 "files": [
34 "CHANGELOG.md",
35 "LICENSE",
36 "README.md",
37 "src/**",
38 "lib/**",
39 "*.d.ts",
40 "*.js"
41 ],
42 "scripts": {
43 "test": "mocha --config ../../.mocharc.json"
44 },
45 "directories": {
46 "lib": "lib"
47 },
48 "publishConfig": {
49 "access": "public"
50 },
51 "dependencies": {
52 "@feathersjs/transport-commons": "^4.5.11",
53 "@types/socket.io": "^2.1.11",
54 "debug": "^4.3.1",
55 "socket.io": "^2.3.0",
56 "uberproto": "^2.0.6"
57 },
58 "devDependencies": {
59 "@feathersjs/commons": "^4.5.11",
60 "@feathersjs/express": "^4.5.11",
61 "@feathersjs/feathers": "^4.5.11",
62 "@feathersjs/tests": "^4.5.11",
63 "@types/mocha": "^8.0.4",
64 "@types/mongodb": "^3.6.1",
65 "@types/node": "^14.14.10",
66 "feathers-memory": "^4.1.0",
67 "lodash": "^4.17.20",
68 "mocha": "^8.2.1",
69 "socket.io-client": "^2.3.1"
70 },
71 "gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81"
72}