{
  "name": "notion-react",
  "version": "1.0.0",
  "description": "Easily map Notion blocks to React components, completely customizable and type-safe.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ridafkih/notion-react.git"
  },
  "scripts": {
    "build": "tsc --declaration && tsc-alias"
  },
  "keywords": [
    "notion",
    "renderer",
    "react"
  ],
  "author": "Rida F'kih",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ridafkih/notion-react/issues"
  },
  "devDependencies": {
    "@types/react": "^18.0.5",
    "react": "^18.0.0",
    "ts-loader": "^9.2.8",
    "ts-node": "^10.7.0",
    "tsc-alias": "^1.6.6",
    "tsconfig-paths": "^3.14.1",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@notionhq/client": "^1.0.4"
  }
}
