UNPKG

tailwindcss-palette-generator

Version:
89 lines (88 loc) 2.37 kB
{ "name": "tailwindcss-palette-generator", "version": "2.0.0", "license": "MIT", "type": "module", "directories": { "lib": "./dist/index.js", "test": "./test/lib.test.ts" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./getPalette": { "types": "./dist/getPalette.d.ts", "import": "./dist/getPalette.js" } }, "publishConfig": { "access": "public", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./getPalette": { "types": "./dist/getPalette.d.ts", "import": "./dist/getPalette.js" } } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "build": "npm run clean && rslib build", "build:watch": "rslib build --watch", "test": "rstest", "prepublish": "npm run build && npm run test", "postversion": "npm publish --access public", "clean": "rimraf dist/", "check": "biome check .", "check:fix": "biome check --write .", "format": "biome format --write .", "lint": "biome lint --write ." }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/ibodev1/tailwindcss-palette-generator.git" }, "homepage": "https://github.com/ibodev1/tailwindcss-palette-generator#readme", "bugs": { "url": "https://github.com/ibodev1/tailwindcss-palette-generator/issues" }, "keywords": [ "tailwind", "tailwind palette generator", "tailwindcss", "tailwindcss palette generator" ], "author": "@ibodev1 <github.com/ibodev1>", "description": "Color palette generation library for TailwindCSS.", "peerDependencies": { "tailwindcss": ">=3.4.0 || >=4.0.0 || insiders" }, "devDependencies": { "@biomejs/biome": "^2.3.7", "@rslib/core": "^0.18.2", "@rstest/core": "^0.6.6", "@swc/core": "^1.15.3", "@tailwindcss/postcss": "^4.1.17", "@types/chroma-js": "^3.1.2", "@types/node": "^24.10.1", "postcss": "^8.5.6", "rimraf": "^6.1.2", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" }, "packageManager": "npm@11.6.4" }