package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of color-utils Show documentation
Show all versions of color-utils Show documentation
Color utilities for zag.js
The newest version!
{
"name": "@zag-js/color-utils",
"version": "0.77.1",
"description": "Color utilities for zag.js",
"keywords": [
"js",
"utils",
"color-utils"
],
"author": "Segun Adebayo ",
"homepage": "https://github.com/chakra-ui/zag#readme",
"license": "MIT",
"main": "dist/index.js",
"repository": "https://github.com/chakra-ui/zag/tree/main/packages/utilities/color-utils",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/chakra-ui/zag/issues"
},
"clean-package": "../../../clean-package.config.json",
"dependencies": {
"@zag-js/numeric-range": "0.77.1"
},
"devDependencies": {
"clean-package": "2.2.0"
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup",
"lint": "eslint src",
"typecheck": "tsc --noEmit"
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy