@dazl/color-scheme
Version:
Color scheme utilities and tools
39 lines (38 loc) • 820 B
JSON
{
"name": "@dazl/color-scheme",
"version": "1.3.0",
"description": "Color scheme utilities and tools",
"type": "module",
"exports": {
"./react": "./dist/react.js",
"./client": "./dist/client.js",
"./types": "./dist/types.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/dazl-dev/dazl-libs.git",
"directory": "packages/color-scheme"
}
}