mirror of
https://github.com/catppuccin/pantone.git
synced 2026-01-09 05:11:14 +08:00
* feat!: overhaul * feat: add frappe & auto gen readme * feat: add macchiato * refactor: adjust macchiato crust * feat: add mocha * docs: credit
16 lines
302 B
JSON
16 lines
302 B
JSON
{
|
|
"name": "@catppuccin/pantone",
|
|
"private": "true",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@catppuccin/palette": "^1.7.1",
|
|
"@types/node": "^22.15.3",
|
|
"sharp": "^0.34.1",
|
|
"tsx": "^4.19.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsx src/main.ts"
|
|
},
|
|
"packageManager": "pnpm@10.10.0"
|
|
}
|