|
3 | 3 | "version": "0.3.1", |
4 | 4 | "license": "MIT", |
5 | 5 | "type": "module", |
| 6 | + "homepage": "https://github.com/wobsoriano/nuxt3-socket.io#readme", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/wobsoriano/nuxt3-socket.io.git" |
| 10 | + }, |
| 11 | + "bugs": "https://github.com/wobsoriano/nuxt3-socket.io/issues", |
6 | 12 | "exports": { |
7 | 13 | ".": { |
8 | 14 | "types": "./dist/types.d.ts", |
|
11 | 17 | }, |
12 | 18 | "./helpers": { |
13 | 19 | "types": "./dist/runtime/helpers.d.ts", |
14 | | - "import": "./dist/runtime/helpers.mjs" |
| 20 | + "import": "./dist/runtime/helpers.js" |
15 | 21 | } |
16 | 22 | }, |
17 | 23 | "main": "./dist/module.cjs", |
|
30 | 36 | "release": "bumpp && npm publish" |
31 | 37 | }, |
32 | 38 | "dependencies": { |
33 | | - "@nuxt/kit": "^3.11.2", |
| 39 | + "@nuxt/kit": "^3.14.159", |
34 | 40 | "fast-glob": "^3.3.2", |
35 | 41 | "pathe": "^1.1.2", |
36 | | - "requrl": "^3.0.2", |
37 | | - "socket.io": "^4.7.5", |
38 | | - "socket.io-client": "^4.7.5" |
| 42 | + "socket.io": "^4.8.1", |
| 43 | + "socket.io-client": "^4.8.1" |
39 | 44 | }, |
40 | 45 | "devDependencies": { |
41 | | - "@nuxt/devtools": "latest", |
42 | | - "@nuxt/eslint-config": "^0.3.1", |
43 | | - "@nuxt/module-builder": "^0.5.5", |
44 | | - "@nuxt/schema": "^3.11.2", |
| 46 | + "@nuxt/devtools": "^1.6.0", |
| 47 | + "@nuxt/eslint-config": "^0.6.1", |
| 48 | + "@nuxt/module-builder": "^0.8.4", |
| 49 | + "@nuxt/schema": "^3.14.159", |
45 | 50 | "bumpp": "^9.4.0", |
46 | | - "eslint": "^9.0.0", |
47 | | - "nuxt": "^3.11.2" |
| 51 | + "eslint": "^9.14.0", |
| 52 | + "nuxt": "^3.14.159" |
48 | 53 | } |
49 | 54 | } |
0 commit comments