UNPKG

cli-loading-animation

Version:

Small library that combine cli-spinners and log-update to display a loading animation in CLI apps made with Node.

42 lines (41 loc) 1.05 kB
{ "name": "cli-loading-animation", "version": "1.0.6", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Small library that combine cli-spinners and log-update to display a loading animation in CLI apps made with Node.", "keywords": [ "loader", "loading", "cli-loader", "cli-loading", "loading-animation", "cli-spinners" ], "author": { "name": "Matheus Souza", "email": "matheusviegasdesouza@gmail.com", "url": "https://github.com/matheusviegas" }, "repository": { "type": "git", "url": "https://github.com/matheusviegas/cli-loading-animation.git" }, "bugs": { "url": "https://github.com/matheusviegas/cli-loading-animation/issues" }, "homepage": "https://github.com/matheusviegas/cli-loading-animation", "scripts": { "prepublish": "tsc", "build": "tsc" }, "dependencies": { "cli-spinners": "^2.6.1", "log-update": "4.0.0" }, "devDependencies": { "@types/node": "^16.0.35", "typescript": "^4.6.4" } }