{
  "name": "discloud-cli",
  "description": "A fast option to manage your apps on Discloud.",
  "version": "2.11.1",
  "bin": {
    "discloud": "bin/discloud"
  },
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "scripts": {
    "watch": "npm-run-all -p watch:*",
    "watch:esbuild": "node esbuild.mjs --watch",
    "watch:tsc": "tsc --noEmit --watch",
    "prepublish": "npm run build",
    "build": "node esbuild.mjs --production",
    "lint": "eslint --fix",
    "test": "npm run test:ts && npm run build && npm run test:node",
    "test:node": "node --test \"**/test/**/*.test.?(c|m)js\"",
    "test:ts": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/discloud/cli.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/discloud/cli/issues"
  },
  "homepage": "https://github.com/discloud/cli#readme",
  "dependencies": {
    "@discloudapp/api-types": "^1.1.0",
    "@discloudapp/util": "^1.3.3",
    "@inquirer/prompts": "^8.4.2",
    "adm-zip": "^0.5.17",
    "easy-table": "^1.2.0",
    "ejs": "^5.0.2",
    "glob": "^13.0.6",
    "globify-gitignore": "^1.0.3",
    "jose": "^6.2.3",
    "ora": "^9.4.0",
    "update-notifier": "^7.3.1",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/adm-zip": "^0.5.8",
    "@types/ejs": "^3.1.5",
    "@types/node": "22",
    "@types/update-notifier": "^6.0.8",
    "@types/yargs": "^17.0.35",
    "esbuild": "^0.28.0",
    "eslint": "^10.3.0",
    "globals": "^17.6.0",
    "npm-run-all": "^4.1.5",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.59.1",
    "unplugin-replace": "^0.8.0"
  }
}
