@turbocolor/colorshelll
Version:
Show Colors In The Node.js Repl
38 lines (37 loc) • 904 B
JSON
{
"name": "@turbocolor/colorshelll",
"version": "0.0.8",
"description": "Show Colors In The Node.js Repl",
"main": "colorshelll.cjs",
"scripts": {
"colorshelll": "node colorshelll.cjs",
"nogradient": "node nogradient.cjs",
"colorsh": "node colorshelll.cjs",
"start": "node colorshelll.cjs",
"amog": "node colorshelll.cjs && python amogus.py"
},
"bin": {
"colorshelll-node": "node colorshelll.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turbocolor/colorshelll.git"
},
"keywords": [
"color"
],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/turbocolor/colorshelll/issues"
},
"homepage": "https://colorshelll.pages.dev",
"dependencies": {
"gradient-string": "^2.0.1",
"pkg": "^5.7.0"
},
"devDependencies": {
"@types/node": "^17.0.36",
"jest": "^28.1.0"
}
}