{
  "name": "clever-tools",
  "version": "4.9.0",
  "description": "Command Line Interface for Clever Cloud.",
  "keywords": [
    "cli",
    "command-line",
    "tool",
    "clever-cloud",
    "paas",
    "deployment",
    "cloud",
    "devops",
    "automation"
  ],
  "homepage": "https://github.com/CleverCloud/clever-tools",
  "repository": {
    "type": "git",
    "url": "https://github.com/CleverCloud/clever-tools.git"
  },
  "bugs": {
    "url": "https://github.com/CleverCloud/clever-tools/issues"
  },
  "author": "Clever Cloud <ci@clever-cloud.com>",
  "license": "Apache-2.0",
  "type": "module",
  "main": "bin/clever.js",
  "bin": {
    "clever": "bin/clever.js",
    "clever-tools": "bin/clever.js",
    "install-clever-completion": "scripts/install-autocomplete.sh",
    "uninstall-clever-completion": "scripts/uninstall-autocomplete.sh"
  },
  "files": [
    "bin",
    "src",
    "scripts/*.sh"
  ],
  "scripts": {
    "docs": "node scripts/generate-docs.js",
    "docs:check": "node scripts/generate-docs.js --check",
    "fix-all": "npm run lint:fix && npm run docs && npm run format",
    "format": "prettier . --write",
    "format:check": "prettier . --check",
    "install-local:cliparse": "(cd ../cliparse-node && npm pack) && mv ../cliparse-node/cliparse-*.tgz . && npm i -f ./cliparse-*.tgz",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "validate": "npm run lint && npm run format:check && npm run typecheck && npm run docs:check",
    "typecheck": "tsc -p tsconfig.json"
  },
  "dependencies": {
    "@babel/traverse": "7.28.5",
    "@clevercloud/client": "12.0.0",
    "@inquirer/prompts": "7.8.4",
    "char-regex": "2.0.2",
    "cliparse": "0.5.0",
    "dedent": "1.7.0",
    "eventsource": "4.1.0",
    "ioredis": "5.8.2",
    "iso8601-duration": "2.1.3",
    "isomorphic-git": "1.35.1",
    "linux-release-info": "3.0.0",
    "lodash": "4.17.21",
    "open": "10.2.0",
    "semver": "7.7.3",
    "simple-git": "3.30.0",
    "slugify": "1.6.6",
    "tldts": "7.0.19",
    "update-notifier": "7.3.1",
    "xdg": "0.1.1",
    "zod": "4.1.13"
  },
  "devDependencies": {
    "@aws-sdk/client-s3": "3.940.0",
    "@clevercloud/eslint-config": "1.1.0",
    "@commitlint/cli": "19.8.1",
    "@commitlint/config-conventional": "19.8.1",
    "@eslint/compat": "1.3.2",
    "@rollup/plugin-commonjs": "28.0.6",
    "@rollup/plugin-json": "6.1.0",
    "@rollup/plugin-node-resolve": "16.0.3",
    "@types/mime-types": "3.0.1",
    "@types/picomatch": "4.0.2",
    "@yao-pkg/pkg": "6.10.1",
    "eslint": "9.39.1",
    "globals": "16.5.0",
    "mime-types": "3.0.2",
    "prettier": "3.7.3",
    "prettier-plugin-organize-imports": "4.3.0",
    "remark-parse": "11.0.0",
    "remark-stringify": "11.0.0",
    "rollup": "4.53.3",
    "tinyglobby": "0.2.15",
    "typescript": "5.9.3",
    "unified": "11.0.5"
  },
  "engines": {
    "node": ">=22"
  },
  "volta": {
    "node": "22.17.0",
    "npm": "11.6.2"
  }
}
