@visulima/cerebro
Version:
A delightful toolkit for building Node-powered CLIs.
109 lines • 2.13 kB
JSON
{
"name": "@visulima/cerebro",
"version": "1.1.40",
"description": "A delightful toolkit for building Node-powered CLIs.",
"keywords": [
"command",
"line",
"class",
"terminal",
"ansi",
"cli",
"opts",
"nopt",
"options",
"args",
"argv",
"interactive",
"commander",
"clap",
"cli-app",
"minimist",
"command line apps",
"command-line-usage",
"option",
"parser",
"argument",
"flag",
"gluegun",
"meow",
"oclif",
"yargs"
],
"homepage": "https://visulima.com/packages/cerebro",
"bugs": {
"url": "https://github.com/visulima/visulima/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/cerebro"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
">=5.0": {
".": [
"./dist/index.d.ts"
]
}
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"dependencies": {
"@visulima/boxen": "1.0.30",
"@visulima/colorize": "1.4.21",
"@visulima/find-cache-dir": "1.0.28",
"@visulima/pail": "2.1.22",
"cli-table3": "^0.6.5",
"command-line-args": "^6.0.0",
"fastest-levenshtein": "^1.0.16"
},
"engines": {
"node": ">=18.0.0 <=23.x"
},
"os": [
"darwin",
"linux",
"win32"
],
"publishConfig": {
"access": "public",
"provenance": true
}
}