tiny-bin
Version:
A library for building tiny and beautiful command line apps.
43 lines (42 loc) • 1 kB
JSON
{
"name": "tiny-bin",
"repository": "github:fabiospampinato/tiny-bin",
"description": "A library for building tiny and beautiful command line apps.",
"license": "MIT",
"version": "2.0.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",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"tiny",
"bin",
"command",
"line",
"app",
"cli"
],
"dependencies": {
"ansi-purge": "^1.1.0",
"fast-string-width": "^3.0.2",
"get-current-package": "^1.0.1",
"kasi": "^2.0.1",
"tiny-colors": "^2.2.2",
"tiny-levenshtein": "^1.1.0",
"tiny-parse-argv": "^2.8.2"
},
"devDependencies": {
"@types/node": "^18.19.130",
"fava": "^0.3.5",
"tsex": "^4.0.2",
"typescript": "^5.9.3"
}
}