catppuccin-css/package.json

27 lines
576 B
JSON

{
"name": "@catppuccin/css",
"version": "0.1.1",
"description": "Soothing pastel theme for CSS",
"main": "index.js",
"scripts": {
"build": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.basking.monster/gaiety/catppuccin-css"
},
"keywords": [
"pastel-colors",
"catppuccin",
"colors",
"theme",
"soothing",
"css"
],
"author": "Gaiety <ava@wroten.me>",
"license": "MIT",
"devDependencies": {
"@catppuccin/palette": "^1.7.1"
}
}