UNPKG

@fedify/elysia

Version:

Integrate Fedify with Elysia

57 lines 1.21 kB
{ "name": "@fedify/elysia", "version": "1.8.5", "description": "Integrate Fedify with Elysia", "keywords": [ "Fedify", "Elysia" ], "author": { "name": "Hyeonseo Kim", "email": "dodok8@gmail.com" }, "homepage": "https://fedify.dev/", "repository": { "type": "git", "url": "git+https://github.com/fedify-dev/fedify.git", "directory": "packages/elysia" }, "license": "MIT", "bugs": { "url": "https://github.com/fedify-dev/fedify/issues" }, "funding": [ "https://opencollective.com/fedify", "https://github.com/sponsors/dahlia" ], "type": "module", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "files": [ "dist/", "package.json" ], "peerDependencies": { "elysia": "^1.3.6", "@fedify/fedify": "1.8.5" }, "devDependencies": { "bun-types": "^1.2.19", "tsdown": "^0.12.9", "typescript": "^5.8.3" }, "scripts": { "build": "tsdown", "prepublish": "tsdown" } }