{
  "name": "fireship-ai-blog",
  "version": "1.1.21",
  "description": "A beautiful, SEO-friendly blog package for Next.js 13+ with Fireship.ai API integration",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/ArtificialStealth/mira-runner.git",
    "directory": "libraries/fireship-blog"
  },
  "homepage": "https://fireship.ai",
  "bugs": {
    "url": "https://github.com/ArtificialStealth/mira-runner/issues"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint . --ext .ts,.tsx",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "tsup"
  },
  "keywords": [
    "blog",
    "nextjs",
    "react",
    "typescript",
    "tailwindcss",
    "fireship",
    "seo",
    "markdown"
  ],
  "author": "Fireship.ai",
  "license": "MIT",
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "next": "^13.0.0 || ^14.0.0 || ^15.0.0",
    "tailwindcss": "^3.0.0 || ^4.0.0",
    "lucide-react": ">=0.200.0"
  },
  "dependencies": {
    "react-markdown": "^9.0.1",
    "remark": "^15.0.0",
    "remark-gfm": "^4.0.0",
    "remark-html": "^16.0.1",
    "clsx": "^2.0.0",
    "tailwind-merge": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "lucide-react": {
      "optional": false
    }
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "eslint": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "tsup": "^8.0.1"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist/**",
    "**/*.css",
    "README.md"
  ]
}
