UNPKG

tiny-bin

Version:

A library for building tiny and beautiful command line apps.

40 lines (39 loc) 922 B
{ "name": "tiny-bin", "repository": "github:fabiospampinato/tiny-bin", "description": "A library for building tiny and beautiful command line apps.", "license": "MIT", "version": "1.11.1", "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", "prepublishOnly": "tsex prepare" }, "keywords": [ "tiny", "bin", "command", "line", "app", "cli" ], "dependencies": { "ansi-purge": "^1.0.1", "fast-string-width": "^1.1.0", "get-current-package": "^1.0.1", "tiny-colors": "^2.2.2", "tiny-levenshtein": "^1.0.1", "tiny-parse-argv": "^2.8.2", "tiny-updater": "^3.5.3" }, "devDependencies": { "@types/node": "^18.19.74", "tsex": "^4.0.2", "typescript": "^5.7.3" } }