soblend-terminal
Version:
A powerful and fun terminal with multilanguage support, system utilities, and cool features
51 lines (50 loc) • 1.1 kB
JSON
{
"name": "soblend-terminal",
"version": "2.0.9",
"description": "A powerful and fun terminal with multilanguage support, system utilities, and cool features",
"main": "index.js",
"type": "module",
"bin": {
"soblend-enable-terminal": "./index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"terminal",
"cli",
"system",
"utilities",
"multilanguage",
"ascii-art",
"weather",
"calculator",
"soblend",
"command-line"
],
"author": "Soblend Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/soblend/soblend-terminal.git"
},
"bugs": {
"url": "https://github.com/soblend/soblend-terminal/issues"
},
"homepage": "https://github.com/soblend/soblend-terminal#readme",
"files": [
"index.js",
"soblend.js",
"README.md"
],
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"gradient-string": "^2.0.2",
"ora": "^8.0.1"
}
}