42 lines
767 B
JSON
42 lines
767 B
JSON
{
|
|
"name": "@catppuccin/palette",
|
|
"version": "0.1.4",
|
|
"description": "Soothing pastel themes for the high-spirited!",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"files": [
|
|
"css/",
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"types": "index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/catppuccin/palette.git"
|
|
},
|
|
"keywords": [
|
|
"pastel-colors",
|
|
"catppuccin",
|
|
"colors",
|
|
"theme",
|
|
"palette",
|
|
"soothing"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "Catppuccin Org",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/catppuccin/palette/issues"
|
|
},
|
|
"homepage": "https://github.com/catppuccin/palette#readme",
|
|
"devDependencies": {
|
|
"ava": "^4.2.0"
|
|
}
|
|
}
|