{
  "name": "@jcha0713/astro-notion",
  "description": "Data fetching tool that connects Astro and Notion",
  "type": "module",
  "version": "0.1.3",
  "license": "MIT",
  "exports": {
    "./api": "./api/index.js",
    "./components": "./components/index.js"
  },
  "keywords": [
    "notion",
    "astro",
    "astro-component"
  ],
  "author": {
    "name": "Joohoon Cha",
    "email": "joocha0713@gmail.com",
    "url": "https://jhcha.app"
  },
  "devDependencies": {
    "astro": "1.0.0-beta.42",
    "prettier": "^2.6.2",
    "prettier-plugin-astro": "^0.0.12"
  },
  "peerDependencies": {
    "astro": "1.0.0-beta.42"
  },
  "dependencies": {
    "@notionhq/client": "^1.0.4",
    "astro-imagetools": "^0.6.9"
  },
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "format": "prettier -w ."
  }
}