{ "description": "The color palette for internet lovers", "devDependencies": { "typescript": "^5.4.0" }, "exports": { ".": { "import": "./dist/index.js", "types": [ "./dist/index.d.ts", "./dist/colors.d.ts" ] }, "./scss": "./dist/_palette.scss", "./css": "./dist/uchu.css" }, "files": [ "dist" ], "homepage": "https://uchu.style", "keywords": [ "color", "color-palette", "color-theme", "oklch" ], "license": "UNLICENSE", "main": "./dist/index.js", "name": "@inc/uchu", "repository": { "type": "git", "url": "https://code.webb.page/nevercease/uchu.git" }, "scripts": { "build": "bun run scripts/generate.ts && bun run build:js && bun run build:types", "build:js": "bun build src/index.ts --outdir dist --target node --format esm", "build:types": "tsc -p tsconfig.build.json", "dryRun": "bun pm pack --dry-run", "prepublishOnly": "bun run build", "typecheck": "tsc" }, "type": "module", "types": [ "./dist/index.d.ts", "./dist/colors.d.ts" ], "version": "2.2.0" }