@pastel-palette/colors
Version:
Core color definitions package for the UI Color System, featuring OKLCH color space support, TypeScript types, and a kawaii aesthetic.
35 lines • 655 B
JSON
{
"name": "@pastel-palette/colors",
"type": "module",
"version": "1.0.0-canary.2",
"author": "Innei",
"license": "MIT",
"keywords": [
"pastel",
"kawaii",
"colors",
"palette"
],
"main": "dist/index.cjs",
"dependencies": {
"culori": "4.0.2"
},
"devDependencies": {
"@types/culori": "4.0.0",
"tsup": "8.5.0",
"typescript": "5.8.3"
},
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit"
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
}
}