mirror of
https://github.com/catppuccin/keybr.git
synced 2026-01-09 06:00:59 +08:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
29 lines
641 B
JSON
29 lines
641 B
JSON
{
|
|
"name": "catppuccin-keybr",
|
|
"private": true,
|
|
"version": "1.0.1",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/husa/catppuccin-keybr.git"
|
|
},
|
|
"author": "husa",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/husa/catppuccin-keybr/issues"
|
|
},
|
|
"homepage": "https://github.com/husa/catppuccin-keybr#readme",
|
|
"description": "⌨️ Soothing pastel theme for keybr",
|
|
"dependencies": {
|
|
"@catppuccin/palette": "^1.7.1",
|
|
"archiver": "^7.0.1"
|
|
}
|
|
}
|