{
  "name": "appwarden",
  "version": "1.1.7",
  "description": "CLI tool to manage Appwarden monitors and deployments",
  "private": false,
  "sideEffects": false,
  "license": "MIT",
  "author": "Appwarden",
  "main": "./build/index.mjs",
  "keywords": [
    "appwarden",
    "monitoring",
    "web3",
    "cli"
  ],
  "engines": {
    "node": ">=18"
  },
  "files": [
    "build/index.mjs",
    "build/domain-configuration-file.json"
  ],
  "bin": {
    "appwarden": "./build/index.mjs"
  },
  "scripts": {
    "release": "NODE_ENV=production pnpm build && semantic-release",
    "build": "pnpm build:tsup && pnpm build:generate-json-schema",
    "build:tsup": "tsup",
    "build:generate-json-schema": "tsx ../../scripts/generate-json-schema.ts > build/domain-configuration-file.json",
    "appwarden": "node ./build/index.mjs",
    "check:types": "tsc --noEmit"
  },
  "dependencies": {
    "commander": "12.1.0",
    "dotenv": "^16.3.1",
    "parse-domain": "^8.0.2",
    "@layered/dns-records": "2.1.0",
    "yaml": "2.4.5"
  },
  "devDependencies": {
    "tsup": "8.0.2",
    "typescript": "5.3.3",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/exec": "6.0.3",
    "@semantic-release/npm": "10.0.1",
    "semantic-release": "24.1.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}
