UNPKG

@northflank/cli

Version:

Provides a command-line interface to the Northflank platform.

71 lines (70 loc) 1.62 kB
{ "name": "@northflank/cli", "version": "0.10.8", "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.5", "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" } }