UNPKG

tunio-colors

Version:

Softer and pleasant colors for Tailwind CSS v4.0+

33 lines 618 B
{ "name": "tunio-colors", "version": "2.0.0", "description": "Softer and pleasant colors for Tailwind CSS v4.0+", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "colors.css", "README.md" ], "scripts": { "build": "tsc", "test": "echo 'Running tests...'" }, "keywords": [ "tailwindcss", "tailwind-v4", "colors", "library", "custom", "css-variables", "theme" ], "author": "Toni Cavalcante", "license": "MIT", "peerDependencies": { "tailwindcss": "^4.0.0" }, "devDependencies": { "typescript": "^5.8.3" } }