UNPKG

hono-party

Version:
43 lines (42 loc) 942 B
{ "name": "hono-party", "version": "0.0.13", "repository": { "type": "git", "url": "git://github.com/cloudflare/partykit.git" }, "homepage": "https://github.com/cloudflare/partykit/tree/main/packages/hono-party", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.js" } }, "scripts": { "build": "tsx scripts/build.ts" }, "files": [ "dist", "README.md" ], "keywords": [ "hono", "partykit", "partyserver" ], "author": "Thomas Osmonson <hello@ineffable.co>", "license": "ISC", "description": "Use PartyServer with Hono", "peerDependencies": { "@cloudflare/workers-types": "^4.20240729.0", "hono": "^4.6.17", "partyserver": "^0.0.72" }, "devDependencies": { "@cloudflare/workers-types": "^4.20250327.0", "hono": "^4.7.5", "partyserver": "^0.0.72" } }