UNPKG

@fedify/hono

Version:

Integrate Fedify with Hono

66 lines 1.52 kB
{ "name": "@fedify/hono", "version": "1.9.0-pr.388.1454+d7cc8c70", "description": "Integrate Fedify with Hono", "keywords": [ "Fedify", "ActivityPub", "Fediverse", "Hono" ], "author": { "name": "Hong Minhee", "email": "hong@minhee.org", "url": "https://hongminhee.org/" }, "homepage": "https://fedify.dev/", "repository": { "type": "git", "url": "git+https://github.com/fedify-dev/fedify.git", "directory": "packages/hono" }, "license": "MIT", "bugs": { "url": "https://github.com/fedify-dev/fedify/issues" }, "funding": [ "https://opencollective.com/fedify", "https://github.com/sponsors/dahlia" ], "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "require": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "import": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "files": [ "dist/", "package.json" ], "peerDependencies": { "hono": "^4.0.0", "@fedify/fedify": "1.9.0-pr.388.1454+d7cc8c70" }, "devDependencies": { "tsdown": "^0.12.9", "typescript": "^5.9.2" }, "scripts": { "build": "tsdown", "prepublish": "tsdown", "test": "deno task codegen && tsdown && cd dist/ && node --test" } }