{
  "name": "get-notion-object-title",
  "version": "0.2.9",
  "description": "get human readable names from Notion objects.",
  "keywords": [
    "notion",
    "page",
    "title"
  ],
  "homepage": "https://github.com/2anki/get-notion-object-title#readme",
  "bugs": {
    "url": "https://github.com/2anki/get-notion-object-title/issues"
  },
  "license": "MIT",
  "author": "Alexander Alemayhu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/2anki/get-notion-object-title.git"
  },
  "directories": {
    "lib": "dist"
  },
  "main": "dist/get-notion-object-title.js",
  "scripts": {
    "build": "pnpm run prebuild && tsc && vite build",
    "test": "vitest",
    "test:watch": "vitest watch",
    "coverage": "vitest --coverage",
    "prebuild": "rm -rf dist",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "format": "oxfmt",
    "format:check": "oxfmt --check"
  },
  "dependencies": {
    "@notionhq/client": "^5.1.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.3.0",
    "oxfmt": "^0.48.0",
    "oxlint": "^1.63.0",
    "rollup-plugin-typescript-paths": "^1.5.0",
    "semantic-release": "^25.0.3",
    "tslib": "^2.6.3",
    "typescript": "^6.0.3",
    "vite": "^8.0.11",
    "vitest": "^4.1.5"
  },
  "packageManager": "pnpm@11.0.9"
}
