UNPKG

@northflank/cli

Version:

Provides a command-line interface to the Northflank platform.

69 lines (68 loc) 1.54 kB
{ "name": "@northflank/cli", "version": "0.10.12", "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.8.9", "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.17.21", "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" }, "keywords": [ "northflank", "cli", "command-line-interface", "nf" ], "bugs": { "url": "https://northflank.com/contact", "email": "contact@northflank.com" } }