{
  "name": "wattetheria",
  "version": "0.5.1",
  "description": "Wattetheria deployment CLI",
  "license": "AGPL-3.0-only",
  "type": "commonjs",
  "bin": {
    "wattetheria": "bin/wattetheria.js"
  },
  "files": [
    "bin/",
    "lib/",
    ".env.release",
    "docker-compose.release.yml",
    "README.md",
    "LICENSING.md",
    "LICENSE-AGPL",
    "LICENSE-APACHE"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "optionalDependencies": {
    "@wattetheria/cli-darwin-arm64": "0.5.1",
    "@wattetheria/cli-darwin-x64": "0.5.1",
    "@wattetheria/cli-linux-arm64": "0.5.1",
    "@wattetheria/cli-linux-x64": "0.5.1",
    "@wattetheria/cli-win32-arm64": "0.5.1",
    "@wattetheria/cli-win32-x64": "0.5.1"
  },
  "scripts": {
    "check": "node --check bin/wattetheria.js && node --check lib/cli.js && node --check scripts/stage-native-cli.js && node --check scripts/check-native-package-binary.js && node --check scripts/generate-star-history.js && node --test tests/npm-cli.test.js tests/star-history.test.js",
    "stage:native-cli": "node scripts/stage-native-cli.js"
  },
  "keywords": [
    "wattetheria",
    "wattswarm",
    "docker",
    "cli",
    "deploy"
  ]
}
