{
  "name": "@chlorinec-pkgs/notion-astro-loader",
  "version": "1.1.2",
  "description": "A fork version of original Notion loader for the Astro Content Layer API. It allows you to load pages from a Notion database then render them as pages in a collection.",
  "keywords": [
    "astro-loader",
    "astro",
    "notion"
  ],
  "homepage": "https://github.com/KiritoKing/notion-astro-loader",
  "bugs": {
    "url": "https://github.com/KiritoKing/notion-astro-loader/issues",
    "email": "kiritoclzh@gmail.com"
  },
  "repository": "github:KiritoKing/notion-astro-loader",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./schemas": {
      "import": "./dist/schemas/index.js",
      "types": "./dist/schemas/index.d.ts"
    },
    "./schemas/raw-properties": {
      "import": "./dist/schemas/raw-properties.js",
      "types": "./dist/schemas/raw-properties.d.ts"
    },
    "./schemas/transformed-properties": {
      "import": "./dist/schemas/transformed-properties.js",
      "types": "./dist/schemas/transformed-properties.d.ts"
    },
    "./schemas/page": {
      "import": "./dist/schemas/page.js",
      "types": "./dist/schemas/page.d.ts"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@jsdevtools/rehype-toc": "^3.0.2",
    "@notionhq/client": "^2.2.0",
    "fs-extra": "^11.3.0",
    "kleur": "^4.1.5",
    "notion-rehype-k": "^1.1.6",
    "rehype-katex": "^6.0.0",
    "rehype-slug": "^6.0.0",
    "rehype-stringify": "^10.0.0",
    "slug": "^9.1.0",
    "unified": "^11.0.0",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/slug": "^5.0.9",
    "astro": "5.0.3",
    "crossrm": "^1.0.0",
    "prettier": "^3.5.3",
    "prettier-plugin-astro": "0.14.1",
    "prettier-plugin-tailwindcss": "0.6.11",
    "typescript": "^5.8.2",
    "vfile": "^6.0.3",
    "vitest": "^2.0.5"
  },
  "peerDependencies": {
    "astro": ">=5.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc --build",
    "build:watch": "tsc --watch",
    "clean": "crossrm dist tsconfig.tsbuildinfo",
    "test": "echo 'No tests available'"
  }
}