{
  "name": "@northflank/cli",
  "version": "0.11.7",
  "author": "Marco Suter",
  "description": "Provides a command-line interface to the Northflank platform.",
  "homepage": "https://www.northflank.com",
  "license": "MIT",
  "type": "module",
  "main": "./dist/cli.js",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsc",
    "clin": "node --no-deprecation dist/cli.js",
    "cli": "tsx src/cli.ts",
    "inq-pag": "ts-node  src/pagination/_dev/index.ts",
    "gen-fig-spec": "ts-node src/_dev/gen-fig-spec.ts",
    "lint": "eslint ."
  },
  "bin": {
    "northflank": "dist/cli.js"
  },
  "files": [
    "package.json",
    "dist",
    "LICENSE"
  ],
  "dependencies": {
    "@northflank/js-client": "0.9.5",
    "bufferutil": "^4.0.9",
    "chalk": "~5.6.2",
    "columnify": "^1.6.0",
    "commander": "^14.0.2",
    "inquirer": "8.2.7",
    "inquirer-search-list": "^1.2.6",
    "js-yaml": "^4.1.1",
    "lodash-es": "^4.18.0",
    "node-fetch": "^3.3.2",
    "open": "^11.0.0",
    "proxy-agent": "^6.5.0",
    "utf-8-validate": "^6.0.5",
    "whatwg-url": "14.2.0",
    "ws": "^8.18.3"
  },
  "devDependencies": {
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "overrides": {
    "node-fetch@2.6.7": {
      "whatwg-url": "14.2.0"
    }
  },
  "resolutions": {
    "node-fetch/whatwg-url": "14.2.0",
    "inquirer/lodash": "4.18.0"
  },
  "keywords": [
    "northflank",
    "cli",
    "command-line-interface",
    "nf"
  ],
  "bugs": {
    "url": "https://northflank.com/contact",
    "email": "contact@northflank.com"
  }
}
