{
  "name": "handoff-ai",
  "version": "0.7.0",
  "description": "AI collaboration framework for persistent project knowledge and smooth handoffs",
  "main": "index.js",
  "bin": {
    "handoff-ai": "bin/handoff.js"
  },
  "scripts": {
    "test": "echo \"No tests yet\" && exit 0",
    "lint": "echo \"No linting configured yet\" && exit 0",
    "format": "echo \"No formatting configured yet\" && exit 0"
  },
  "keywords": [
    "ai",
    "collaboration",
    "documentation",
    "developer-tools",
    "knowledge-management",
    "handoff",
    "persistent-memory",
    "code-analysis"
  ],
  "author": "Asa Tsai <karoteglathe@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karote00/handoff-ai.git"
  },
  "bugs": {
    "url": "https://github.com/karote00/handoff-ai/issues"
  },
  "homepage": "https://github.com/karote00/handoff-ai#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^12.1.0",
    "esprima": "^4.0.1",
    "fs-extra": "^11.3.0",
    "glob": "^11.0.3",
    "inquirer": "^8.2.7",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/glob": "^8.1.0",
    "@types/inquirer": "^9.0.8",
    "@types/node": "^20.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "markdownlint-cli": "^0.47.0",
    "prettier": "^3.0.0"
  },
  "files": [
    "bin/",
    "lib/",
    "templates/",
    "docs/",
    "README.md",
    "LICENSE"
  ]
}
