hyper/package.json

27 lines
590 B
JSON

{
"name": "@catppuccin/hyper",
"version": "1.0.8",
"description": "Soothing pastel theme for Hyper",
"license": "MIT",
"author": "Catppuccin Org",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/catppuccin/hyper.git"
},
"files": [
"index.js"
],
"keywords": [
"hyper",
"hyper-theme",
"catppuccin",
"soothing",
"pastel",
"theme"
],
"dependencies": {
"@catppuccin/palette": "^1.7.1"
},
"packageManager": "pnpm@10.4.1"
}