{
  "name": "proj-track",
  "version": "2.0.1",
  "description": "Auto-capture CLI command history per-project with zero terminal interference.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "proj-track": "dist/index.js",
    "proj-track-logger": "dist/logger.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "NODE_OPTIONS='--experimental-vm-modules' jest",
    "test:watch": "NODE_OPTIONS='--experimental-vm-modules' jest --watch",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "preuninstall": "node scripts/preuninstall.js || true",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "keywords": [
    "cli",
    "command-history",
    "project-tracker",
    "terminal",
    "developer-tools",
    "shell-history",
    "bash",
    "zsh",
    "auto-capture",
    "prompt-command",
    "devtools",
    "command-logger",
    "project-history",
    "workflow",
    "productivity",
    "shell-hook",
    "terminal-history",
    "command-tracking",
    "nodejs",
    "typescript"
  ],
  "author": {
    "name": "Ali Raza",
    "url": "https://github.com/Ali-Raza-Arain"
  },
  "homepage": "https://Ali-Raza-Arain.github.io/proj-track/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ali-Raza-Arain/proj-track.git"
  },
  "bugs": {
    "url": "https://github.com/Ali-Raza-Arain/proj-track/issues"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^22.0.0",
    "jest": "^30.3.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.6.0",
    "vitepress": "^1.6.4"
  },
  "files": [
    "dist",
    "src/hooks",
    "scripts"
  ],
  "engines": {
    "node": ">=18.0.0"
  }
}
