UNPKG

uws-pack

Version:

Repack of [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js).

53 lines (52 loc) 1.01 kB
{ "name": "uws-pack", "version": "20.0.8", "license": "MIT", "packageManager": "yarn@4.5.1", "type": "module", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "exports": { "import": "./dist/index.mjs", "types": "./dist/index.d.mts" }, "repository": { "type": "git", "url": "git+https://github.com/uws-ecosystem/uws-pack.git" }, "files": [ "dist" ], "scripts": { "lint": "eslint src/**/*.ts", "od": "yarn outdated" }, "devDependencies": { "@types/node": "^22.7.9", "@yarnpkg/sdks": "^3.2.0", "eslint": "^9.13.0", "eslint-plugin-unicorn": "^56.0.0", "typescript": "^5.6.3", "typescript-eslint": "^8.11.0" }, "engines": { "node": ">=22" }, "keywords": [ "cross-platform", "fast", "http", "http-server", "lightweight", "microws", "proxy-protocol", "repack", "router", "uws", "uwebsockets", "uwebsocketsjs", "websockets", "µws", "µwebsockets" ] }