{
  "name": "notion2hast",
  "version": "0.1.5",
  "description": "Notion blocks to hast",
  "license": "MIT",
  "author": "hankei6km <hankei6km@gmail.com> (https://github.com/hankei6km)",
  "repository": {
    "type": "git",
    "url": "git@github.com:hankei6km/notion2hast.git"
  },
  "bugs": {
    "url": "https://github.com/hankei6km/notion2hast/issues"
  },
  "keywords": [
    "notion",
    "hast"
  ],
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": "^14.13.1 || >=16.0.0"
  },
  "bin": {
    "notion2hast": "dist/main.js"
  },
  "scripts": {
    "start": "npm run build && node dist/main.js",
    "build": "npm run clean && tsc && rimraf dist/test && mv dist/src/* dist/ && rimraf dist/src",
    "test": "node --experimental-vm-modules node_modules/.bin/jest",
    "clean": "rimraf dist/",
    "upgrade-interactive": "npm-check --update",
    "csb:test": "npm test -- --runInBand --watchAll"
  },
  "dependencies": {
    "@notionhq/client": "^5.0.0",
    "hash.js": "^1.1.7",
    "hast-util-classnames": "^3.0.0",
    "hast-util-to-html": "^9.0.0",
    "hastscript": "^9.0.0",
    "sha.js": "^2.4.11",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^20.12.8",
    "@types/sha.js": "^2.4.0",
    "@types/yargs": "^17.0.12",
    "jest": "^30.0.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.2"
  }
}
