{
  "name": "tinytutor",
  "version": "0.1.7",
  "description": "A comprehension checkpoint for AI-assisted development. Verifies you understand the code Claude Code just wrote before you keep building.",
  "keywords": [
    "claude-code",
    "claude",
    "hooks",
    "learning",
    "code-review",
    "education"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MadhumithaKolkar/tinytutor.git"
  },
  "engines": {
    "node": ">=18"
  },
  "bin": {
    "tinytutor": "bin/tinytutor.js"
  },
  "main": "src/cli.js",
  "files": [
    "bin",
    "src",
    "scripts",
    "assets",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test test/*.test.js",
    "postinstall": "node scripts/postinstall.js"
  }
}
