@fedify/next
Version:
Integrate Fedify with Next.js
63 lines • 1.39 kB
JSON
{
"name": "@fedify/next",
"version": "1.9.0-pr.355.1353+2b6be9b6",
"description": "Integrate Fedify with Next.js",
"keywords": [
"Fedify",
"ActivityPub",
"Fediverse",
"Next",
"Next.js"
],
"author": {
"name": "Chanhaeng Lee",
"email": "2chanhaeng@gmail.com",
"url": "https://chomu.dev"
},
"homepage": "https://fedify.dev/",
"repository": {
"type": "git",
"url": "git+https://github.com/fedify-dev/fedify.git",
"directory": "packages/next"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fedify-dev/fedify/issues"
},
"funding": [
"https://opencollective.com/fedify",
"https://github.com/sponsors/dahlia"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"./package.json": "./package.json"
},
"files": [
"dist/",
"package.json"
],
"peerDependencies": {
"next": "^15.4.2-canary",
"@fedify/fedify": "1.9.0-pr.355.1353+2b6be9b6"
},
"devDependencies": {
"tsdown": "^0.12.9",
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsdown",
"prepublish": "tsdown"
}
}