UNPKG

eiows

Version:

custom fork of uWebSockets 0.14

42 lines (41 loc) 938 B
{ "name": "eiows", "version": "8.1.1", "description": "custom fork of uWebSockets 0.14", "license": "MIT", "main": "./dist/eiows.js", "types": "./dist/eiows.d.ts", "os": ["!win32", "linux", "freebsd", "darwin"], "exports": { ".": { "import": "./dist/wrapper.mjs", "require": "./dist/eiows.js", "types": "./dist/eiows.d.ts" }, "./package.json": "./package.json" }, "scripts": { "preinstall": "make", "install": "node-gyp rebuild > build_log.txt 2>&1 || exit 0", "postinstall": "make clean" }, "engines": { "node": ">=16 <23.0" }, "keywords": [ "websocket", "engine.io", "socket.io", "eiows", "uws" ], "repository": { "type": "git", "url": "git+https://github.com/mmdevries/eiows.git" }, "bugs": { "url": "https://github.com/mmdevries/eiows/issues" }, "homepage": "https://github.com/mmdevries/eiows", "gypfile": true }