UNPKG

@fedify/h3

Version:

Integrate Fedify with h3

62 lines 1.4 kB
{ "name": "@fedify/h3", "version": "2.3.3", "description": "Integrate Fedify with h3", "keywords": [ "Fedify", "h3" ], "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/h3" }, "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", "main": "dist/index.cjs", "types": "dist/index.d.ts", "exports": { ".": { "types": { "import": "./dist/index.d.ts", "require": "./dist/index.d.cts", "default": "./dist/index.d.ts" }, "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist/", "package.json" ], "devDependencies": { "tsdown": "^0.22.0", "typescript": "^6.0.0" }, "peerDependencies": { "h3": "^1.15.0", "@fedify/fedify": "^2.3.3" }, "scripts": { "build:self": "tsdown", "build": "pnpm --filter @fedify/h3... run build:self", "prepublish": "pnpm build" } }