UNPKG

@northflank/cli

Version:

Provides a command-line interface to the Northflank platform.

69 lines (68 loc) 1.56 kB
{ "name": "@northflank/cli", "version": "0.10.9", "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": ">=20.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 ." }, "bin": { "northflank": "dist/cli.js" }, "files": [ "package.json", "dist", "LICENSE" ], "dependencies": { "@northflank/js-client": "0.8.8", "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.0", "lodash": "^4.17.21", "node-fetch": "^3.3.2", "open": "^10.2.0", "proxy-agent": "^6.5.0", "utf-8-validate": "^6.0.5", "whatwg-url": "14.2.0", "ws": "^8.18.3" }, "devDependencies": { "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "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" } }