{ "name": "@fastify/websocket", "version": "11.0.2", "description": "basic websocket support for fastify", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "standard", "test": "npm run test:unit && npm run test:typescript", "test:unit": "tap", "test:typescript": "tsd" }, "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-websocket.git" }, "keywords": [ "fastify", "websocket" ], "author": "Matteo Collina ", "contributors": [ { "name": "Harry Brundage", "email": "harry.brundage@gmail.com" }, { "name": "Manuel Spigolon", "email": "behemoth89@gmail.com" }, { "name": "Aras Abbasi", "email": "aras.abbasi@gmail.com" }, { "name": "Frazer Smith", "email": "frazer.dev@icloud.com", "url": "https://github.com/fdawgs" } ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-websocket/issues" }, "homepage": "https://github.com/fastify/fastify-websocket#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@fastify/type-provider-typebox": "^5.0.0", "@types/node": "^22.0.0", "@types/ws": "^8.5.10", "fastify": "^5.0.0", "fastify-tsconfig": "^2.0.0", "split2": "^4.2.0", "standard": "^17.1.0", "tap": "^18.7.1", "tsd": "^0.31.0" }, "dependencies": { "duplexify": "^4.1.3", "fastify-plugin": "^5.0.0", "ws": "^8.16.0" }, "publishConfig": { "access": "public" }, "pre-commit": [ "lint", "test" ] }