{
  "name": "pidot-cli",
  "version": "1.1.0",
  "description": "Cross-platform developer environment installer",
  "type": "module",
  "bin": {
    "pidot": "dist/index.js"
  },
  "files": [
    "dist",
    "scripts",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "dev": "tsx src/index.ts",
    "build": "node -e \"const fs = require('fs'); fs.rmSync('dist', { recursive: true, force: true });\" && tsc",
    "postinstall": "node scripts/postinstall.js"
  },
  "keywords": [
    "cli",
    "developer",
    "setup",
    "installer",
    "pidot",
    "cross-platform"
  ],
  "author": "PIDOT Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PIDOT-EMELEX/Pidot-CLI.git"
  },
  "bugs": {
    "url": "https://github.com/PIDOT-EMELEX/Pidot-CLI/issues"
  },
  "homepage": "https://github.com/PIDOT-EMELEX/Pidot-CLI#readme",
  "dependencies": {
    "@inquirer/prompts": "^7.2.1",
    "chalk": "^5.6.2",
    "commander": "^12.1.0",
    "execa": "^9.6.1",
    "inquirer": "^12.11.1",
    "ora": "^9.4.1"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.10",
    "@types/node": "^26.1.1",
    "tsx": "^4.23.1",
    "typescript": "^7.0.2"
  }
}
