{
  "name": "@fedify/nuxt",
  "version": "2.3.0",
  "description": "Integrate Fedify with Nuxt",
  "keywords": [
    "Fedify",
    "ActivityPub",
    "Fediverse",
    "Nuxt"
  ],
  "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/nuxt"
  },
  "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/mod.cjs",
  "module": "./dist/mod.js",
  "types": "./dist/mod.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/mod.d.cts",
        "default": "./dist/mod.cjs"
      },
      "import": {
        "types": "./dist/mod.d.ts",
        "default": "./dist/mod.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/",
    "package.json"
  ],
  "peerDependencies": {
    "@nuxt/kit": "^4.4.2",
    "@nuxt/schema": "^4.4.2",
    "h3": "^1.15.0",
    "nuxt": "^4.4.2",
    "@fedify/fedify": "^2.3.0"
  },
  "devDependencies": {
    "@types/node": "^22.17.0",
    "tsdown": "^0.22.0",
    "typescript": "^6.0.0",
    "@fedify/fixture": "^2.0.0"
  },
  "scripts": {
    "build:self": "tsdown",
    "build": "pnpm --filter @fedify/nuxt... run build:self",
    "prepublish": "pnpm build",
    "pretest": "pnpm build:self",
    "test": "node --experimental-transform-types --test"
  }
}