{
  "name": "@northflank/cli",
  "version": "0.10.4",
  "author": "Marco Suter",
  "description": "Provides a command-line interface to the Northflank platform.",
  "homepage": "https://www.northflank.com",
  "license": "MIT",
  "typings": "./dist/cli.d.js",
  "main": "./dist/cli.js",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsc",
    "clin": "node --no-deprecation dist/cli.js",
    "cli": "ts-node 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 .",
    "postinstall": "node postinstall.js"
  },
  "bin": {
    "northflank": "dist/cli.js"
  },
  "files": [
    "package.json",
    "dist",
    "postinstall.js",
    "LICENSE"
  ],
  "dependencies": {
    "@northflank/js-client": "0.8.2",
    "bufferutil": "^4.0.7",
    "chalk": "~4.1.0",
    "columnify": "^1.5.4",
    "commander": "10.0.0",
    "inquirer": "7.3.3",
    "inquirer-search-list": "^1.2.6",
    "js-yaml": "^3.14.0",
    "lodash": "^4.17.15",
    "node-fetch": "2.6.7",
    "open": "^8.4.0",
    "proxy-agent": "^6.5.0",
    "utf-8-validate": "^5.0.10",
    "whatwg-url": "14.2.0",
    "ws": "^8.2.1"
  },
  "devDependencies": {
    "ts-node": "^8.10.2",
    "typescript": "^4.9.5"
  },
  "overrides": {
    "node-fetch@2.6.7": {
      "whatwg-url": "14.2.0"
    }
  },
  "resolutions": {
    "node-fetch/whatwg-url": "14.2.0"
  },
  "keywords": [
    "northflank",
    "cli",
    "command-line-interface",
    "nf"
  ],
  "bugs": {
    "url": "https://northflank.com/contact",
    "email": "contact@northflank.com"
  }
}
