UNPKG

@andrewberty/alacritty-themes

Version:

A CLI theme switcher for Alacritty terminal emulator

39 lines (38 loc) 771 B
{ "name": "@andrewberty/alacritty-themes", "version": "1.0.4", "description": "A CLI theme switcher for Alacritty terminal emulator", "main": "index.js", "type": "module", "bin": { "alacritty-themes": "./index.js" }, "repository": { "type": "git", "url": "https://github.com/andrew-george/alacritty-themes.git" }, "scripts": {}, "keywords": [ "cli", "alacritty", "alacritty-themes", "themes", "theme", "theme switcher", "schemes", "colorschemes", "andrewberty", "andrew" ], "author": "andrewberty", "license": "MIT", "dependencies": { "boxen": "^7.1.1", "figlet": "^1.7.0", "fuse.js": "^7.0.0", "prompts": "^2.4.2" }, "devDependencies": { "eslint": "^8.56.0" } }