UNPKG

tiny-spinner

Version:
40 lines (39 loc) 1.03 kB
{ "name": "tiny-spinner", "repository": "github:fabiospampinato/tiny-spinner", "description": "A simple, yet beautiful, CLI spinner.", "license": "MIT", "version": "2.0.5", "type": "module", "main": "dist/index.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean": "tsex clean", "compile": "tsex compile", "compile:watch": "tsex compile --watch", "test:general": "node test/general.js", "test:piping": "node test/piping.js > stdout.txt && cat stdout.txt && rm stdout.txt", "test": "npm run test:general && npm run test:piping", "prepublishOnly": "npm run clean && npm run compile" }, "keywords": [ "cli", "terminal", "spinner", "loading", "tiny", "pretty" ], "dependencies": { "stdin-blocker": "^2.0.1", "tiny-colors": "^2.2.2", "tiny-cursor": "^2.0.1", "tiny-truncate": "^1.0.3" }, "devDependencies": { "promise-resolve-timeout": "^2.0.1", "tsex": "^4.0.2", "typescript": "^5.7.3" } }