{
  "name": "qissa",
  "version": "0.3.0",
  "description": "Capture condensed decision records from AI-assisted sessions",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "qissa": "dist/cli.js"
  },
  "files": [
    "dist",
    "integrations"
  ],
  "scripts": {
    "build": "tsup src/index.ts src/cli.ts src/postinstall.ts --format esm --dts --clean",
    "postinstall": "node dist/postinstall.js || true",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "decisions",
    "decision-record",
    "adr",
    "cli",
    "ai-agent",
    "claude-code"
  ],
  "author": "Tarique Ejaz",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tejazz/qissa.git"
  },
  "bugs": {
    "url": "https://github.com/tejazz/qissa/issues"
  },
  "homepage": "https://github.com/tejazz/qissa#readme",
  "dependencies": {
    "commander": "^12.1.0",
    "gray-matter": "^4.0.3"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2",
    "vitest": "^2.1.8"
  }
}
