UNPKG

1.78 kBJSONView Raw
1{
2 "name": "@feathersjs/socketio",
3 "description": "The Feathers Socket.io real-time API provider",
4 "version": "5.0.0-pre.20",
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 "compile": "shx rm -rf lib/ && tsc",
46 "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
47 },
48 "directories": {
49 "lib": "lib"
50 },
51 "publishConfig": {
52 "access": "public"
53 },
54 "dependencies": {
55 "@feathersjs/commons": "^5.0.0-pre.20",
56 "@feathersjs/feathers": "^5.0.0-pre.20",
57 "@feathersjs/transport-commons": "^5.0.0-pre.20",
58 "socket.io": "^4.5.0"
59 },
60 "devDependencies": {
61 "@feathersjs/express": "^5.0.0-pre.20",
62 "@feathersjs/memory": "^5.0.0-pre.20",
63 "@feathersjs/tests": "^5.0.0-pre.20",
64 "@types/mocha": "^9.1.1",
65 "@types/node": "^17.0.31",
66 "lodash": "^4.17.21",
67 "mocha": "^10.0.0",
68 "shx": "^0.3.4",
69 "socket.io-client": "^4.5.0",
70 "typescript": "^4.6.4"
71 },
72 "gitHead": "54de749a0b392c7da726c668002b50cafaca530c"
73}