{
  "name": "@fathnakbar/devops-cli",
  "version": "1.0.3",
  "description": "DevOps multi-server deployment, Portainer stack orchestration, and environment management CLI",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "devops": "./dist/index.js"
  },
  "files": [
    "dist",
    "scripts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "bun build ./index.ts --outfile ./dist/index.js --target node",
    "prepublishOnly": "bun run build",
    "postinstall": "node scripts/postinstall.js",
    "dev": "bun index.ts",
    "test": "node ./dist/index.js --help"
  },
  "keywords": [
    "devops",
    "portainer",
    "docker",
    "docker-compose",
    "multi-server",
    "cli",
    "deployment",
    "build-args",
    "env-management",
    "agent-skill"
  ],
  "author": "Muhammad Fathan Akbar",
  "license": "MIT",
  "dependencies": {
    "yaml": "^2.4.5"
  }
}
