UNPKG

blessed-themes

Version:

Themes for blessed console apps

27 lines (26 loc) 611 B
{ "name": "blessed-themes", "version": "1.1.0", "description": "Themes for blessed console apps", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "deploy": "git push && git push --tags && npm publish" }, "keywords": [ "blessed", "themes", "colorscheme", "colorschemes", "terminal", "command-line" ], "author": "Rajasegar Chandran <rajasegar.c@gmail.com>", "license": "MIT", "dependencies": {}, "devDependencies": { "@terminal-junkies/neo-blessed": "^1.0.4", "prompts": "^2.3.2", "yaml": "^1.10.0" } }