{
  "name": "arnie-cli",
  "version": "1.5.4",
  "description": "Portable IT troubleshooting companion powered by Claude — networking, AD, Windows Update, package managers, log triage, hardware checks, dev environments.",
  "keywords": [
    "claude",
    "anthropic",
    "ai",
    "cli",
    "troubleshooting",
    "it",
    "sysadmin",
    "windows",
    "linux",
    "macos",
    "agent",
    "tool-use",
    "developer-tools"
  ],
  "author": "askalf (https://github.com/askalf)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/askalf/arnie.git"
  },
  "homepage": "https://github.com/askalf/arnie",
  "bugs": {
    "url": "https://github.com/askalf/arnie/issues"
  },
  "type": "module",
  "bin": {
    "arnie": "dist/cli.js"
  },
  "main": "dist/cli.js",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "tsx src/cli.ts",
    "dev": "tsx watch src/cli.ts",
    "typecheck": "tsc --noEmit",
    "test": "tsx src/test-tools.ts && tsx src/test-safety.ts",
    "test:safety": "tsx src/test-safety.ts",
    "test:integration": "bash test/integration.sh"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.100.1",
    "chalk": "^5.6.2",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/node": "^25.6.1",
    "tsx": "^4.19.0",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=20"
  }
}
