{
  "name": "notionwiki",
  "version": "0.1.4",
  "description": "One-way ingestion bridge: pulls a Notion workspace into the raw layer of an LLM Wiki. npm wrapper over the Python CLI.",
  "keywords": ["notion", "wiki", "llm", "ingestion", "markdown", "cli"],
  "license": "MIT",
  "homepage": "https://github.com/HemachandranD/notionwiki#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HemachandranD/notionwiki.git"
  },
  "bin": {
    "notionwiki": "bin/notionwiki.js",
    "nw": "bin/notionwiki.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "files": [
    "bin/",
    "scripts/",
    "src/**/*.py",
    "src/notion_wiki/graph/static/*.js",
    "pyproject.toml",
    "uv.lock",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16"
  },
  "os": ["darwin", "linux", "win32"]
}
