{
  "name": "@notion-render/client",
  "version": "0.0.2",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "run build --watch",
    "build": "tsc --build",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "run lint --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kerwanp/notion-render",
    "directory": "packages/client"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@notionhq/client": "^2.2.3",
    "@types/sanitize-html": "^2.9.0",
    "eslint": "^8.39.0",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "sanitize-html": "^2.10.0"
  }
}