{
  "name": "icaruspcb-cli",
  "version": "1.1.0",
  "description": "CLI tool for IcarusPCB — simulate, generate, and validate embedded hardware configurations",
  "author": "IcarusPCB",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "icaruspcb": "dist/index.js"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/index.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build",
    "test": "echo \"No tests yet\" && exit 0"
  },
  "keywords": [
    "pcb",
    "simulation",
    "renode",
    "embedded",
    "hardware",
    "electronics",
    "firmware",
    "embedded-systems",
    "stm32",
    "cli",
    "arm",
    "microcontroller",
    "iot"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apanter265/IcarusPCB.git",
    "directory": "IcarusPCB-CLI"
  },
  "bugs": {
    "url": "https://github.com/apanter265/IcarusPCB/issues"
  },
  "homepage": "https://github.com/apanter265/IcarusPCB/tree/main/IcarusPCB-CLI#readme",
  "dependencies": {
    "commander": "^12.1.0",
    "chalk": "^4.1.2",
    "ora": "^5.4.1",
    "inquirer": "^8.2.6",
    "cli-table3": "^0.6.5",
    "node-fetch": "^2.7.0"
  },
  "devDependencies": {
    "typescript": "^5.5.0",
    "@types/node": "^20.14.0",
    "@types/inquirer": "^8.2.10",
    "@types/node-fetch": "^2.6.11",
    "ts-node": "^10.9.2"
  }
}
