{
  "name": "narratify",
  "version": "2.2.0",
  "description": "Narratify - Transform your web content into captivating audio experiences. A React TTS narration system for Next.js applications.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "dev:build": "tsc",
    "dev:clean": "rm -rf dist",
    "dev:rebuild": "pnpm run dev:clean && pnpm run dev:build",
    "clean": "rm -rf dist",
    "prepublishOnly": "pnpm run clean && pnpm run build",
    "test": "echo \"Tests not yet implemented\" && exit 0",
    "lint": "echo \"Linting not yet implemented\" && exit 0",
    "type-check": "tsc --noEmit"
  },
  "keywords": [
    "narratify",
    "tts",
    "text-to-speech",
    "react",
    "nextjs",
    "narration",
    "accessibility",
    "voice",
    "speech",
    "audio",
    "podcast",
    "storytelling",
    "web-narration"
  ],
  "author": "zeitvertrieb",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "dependencies": {
    "@radix-ui/react-select": "^2.1.1",
    "@radix-ui/react-separator": "^1.1.0",
    "@radix-ui/react-slot": "^1.1.0",
    "@radix-ui/react-dialog": "^1.1.2",
    "tailwind-merge": "^2.5.2"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "typescript": "^5.9.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zeitvertrieb/narratify.git"
  },
  "bugs": {
    "url": "https://github.com/zeitvertrieb/narratify/issues"
  },
  "homepage": "https://github.com/zeitvertrieb/narratify#readme",
  "engines": {
    "node": ">=18.0.0",
    "pnpm": ">=8.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
