UNPKG

vite-plugin-socket-io

Version:
30 lines 784 B
{ "name": "vite-plugin-socket-io", "version": "1.0.2", "description": "Plugin to add socket.io to a Vite server", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/vite-plugin-socket-io/vite-plugin-socket-io.git" }, "keywords": [ "vite-plugin", "socket.io", "socket", "socketio", "vite" ], "author": "Bob McAleavey <bobmcaleavey@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/vite-plugin-socket-io/vite-plugin-socket-io.git/issues" }, "homepage": "https://github.com/vite-plugin-socket-io/vite-plugin-socket-io.git#readme", "dependencies": { "socket.io": "^4.4.0" }, "type": "module" }