{
  "name": "@fedify/next",
  "version": "2.2.3",
  "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"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/",
    "package.json"
  ],
  "peerDependencies": {
    "next": ">=15.4.6 <17",
    "@fedify/fedify": "^2.2.3"
  },
  "devDependencies": {
    "tsdown": "^0.21.6",
    "typescript": "^6.0.0"
  },
  "scripts": {
    "build:self": "tsdown",
    "build": "pnpm --filter @fedify/next... run build:self",
    "prepublish": "pnpm build"
  }
}