{
  "name": "@taskp3/cli",
  "version": "0.3.0",
  "description": "CLI for managing software tasks from the terminal, with task selection, branch workflows, and JSON output for agents.",
  "homepage": "https://www.taskp3.com/developers/cli",
  "license": "MIT",
  "keywords": [
    "taskp3",
    "p3",
    "task-cli",
    "task-manager",
    "project-management",
    "developer-tools",
    "terminal",
    "cli",
    "productivity",
    "git",
    "engineering",
    "agent"
  ],
  "bin": {
    "p3": "dist/index.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && node --test dist/*.test.js",
    "start": "node dist/index.js",
    "dev": "tsc -p tsconfig.json --watch",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Raidon-Inc/p3.git",
    "directory": "packages/p3-cli"
  },
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "dependencies": {
    "@inquirer/prompts": "^5.1.3",
    "axios": "^1.17.0",
    "commander": "^11.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.30",
    "typescript": "^5.4.2"
  }
}
