UNPKG

1.82 kBJSONView Raw
1{
2 "name": "@feathersjs/socketio",
3 "description": "The Feathers Socket.io real-time API provider",
4 "version": "5.0.5",
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.5",
57 "@feathersjs/feathers": "^5.0.5",
58 "@feathersjs/transport-commons": "^5.0.5",
59 "socket.io": "^4.6.1"
60 },
61 "devDependencies": {
62 "@feathersjs/express": "^5.0.5",
63 "@feathersjs/memory": "^5.0.5",
64 "@feathersjs/tests": "^5.0.5",
65 "@types/mocha": "^10.0.1",
66 "@types/node": "^18.15.11",
67 "lodash": "^4.17.21",
68 "mocha": "^10.2.0",
69 "shx": "^0.3.4",
70 "socket.io-client": "^4.6.1",
71 "typescript": "^5.0.3"
72 },
73 "gitHead": "42bd5e40ec73b10939b9a008ae8e49c39a191009"
74}