UNPKG

resin-cli-visuals

Version:
59 lines (58 loc) 1.59 kB
{ "name": "resin-cli-visuals", "version": "3.0.0", "description": "Resin CLI UI widgets", "main": "build/visuals.js", "homepage": "https://github.com/balena-io-modules/resin-cli-visuals", "repository": { "type": "git", "url": "git://github.com/balena-io-modules/resin-cli-visuals.git" }, "keywords": [ "resin", "cli", "widgets", "text", "visuals" ], "files": [ "build/" ], "scripts": { "lint": "resin-lint lib tests && resin-lint --typescript lib", "prettify": "resin-lint --typescript --fix lib", "test": "npm run lint && mocha --require coffeescript/register --reporter min tests/**/*.spec.coffee", "build": "coffee --bare --output build --compile lib && tsc", "readme": "jsdoc2md --template doc/README.hbs `find build -name '*.js'` > README.md" }, "author": "Juan Cruz Viotti <juan@resin.io>", "license": "Apache-2.0", "engines": { "node": ">=20.0" }, "devDependencies": { "@types/bluebird": "^3.5.32", "@types/inquirer": "^7.3.0", "@types/lodash": "^4.14.159", "coffeescript": "^2.4.1", "jsdoc-to-markdown": "^5.0.3", "mocha": "^6.2.3", "mochainon": "^2.0.0", "resin-lint": "^3.3.1", "typescript": "^5.4.4" }, "dependencies": { "bluebird": "^3.5.1", "chalk": "^3.0.0", "cli-spinner": "^0.2.10", "columnify": "^1.5.1", "etcher-sdk": "^10.0.0", "inquirer": "^7.3.3", "is-promise": "^4.0.0", "lodash": "^4.17.20", "progress-bar-formatter": "^2.0.1" }, "versionist": { "publishedAt": "2025-06-06T17:59:07.127Z" } }