UNPKG

alacritty-theme-switch

Version:
39 lines 915 B
{ "name": "alacritty-theme-switch", "version": "3.0.1", "description": "CLI utility for switching Alacritty color themes", "repository": { "type": "git", "url": "git+https://github.com/tichopad/alacritty-theme-switch.git" }, "license": "MIT", "bugs": { "url": "https://github.com/tichopad/alacritty-theme-switch/issues" }, "main": "./esm/src/main.js", "module": "./esm/src/main.js", "exports": { ".": { "import": "./esm/src/main.js" } }, "scripts": { "test": "node test_runner.cjs" }, "type": "module", "bin": { "alacritty-theme-switch": "./esm/src/main.js", "ats": "./esm/src/main.js" }, "dependencies": { "@inquirer/search": "4.1.0", "neverthrow": "8.2.0", "p-map": "7.0.4", "@deno/shim-deno": "~0.18.0" }, "devDependencies": { "@types/node": "^20.9.0", "picocolors": "^1.0.0" }, "_generatedBy": "dnt@dev" }