UNPKG

@dazl/color-scheme

Version:
38 lines (37 loc) 789 B
{ "name": "@dazl/color-scheme", "version": "1.1.1", "description": "Color scheme utilities and tools", "type": "module", "exports": { "./react": "./dist/react.js", "./client": "./dist/client.js", "./package.json": "./package.json" }, "scripts": { "test": "playwright test --config=playwright.config.ts" }, "keywords": [ "color", "scheme", "utilities" ], "author": "Dazl", "license": "MIT", "files": [ "dist", "src", "!**/*.test.*", "!**/playwright.config.*", "!**/*.playwright.*", "!dist/tsconfig.tsbuildinfo" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/wixplosives/dazl-libs.git", "directory": "packages/color-scheme" } }