kolory
Version:
A lightweight, versatile JavaScript library for manipulating and exploring colors in web projects, supporting conversions, palette generation, and dynamic effects.
64 lines • 1.52 kB
JSON
{
"name": "kolory",
"displayName": "Kolory",
"version": "1.1.2",
"description": "A lightweight, versatile JavaScript library for manipulating and exploring colors in web projects, supporting conversions, palette generation, and dynamic effects.",
"repository": {
"type": "git",
"url": "https://github.com/teneplaysofficial/omnijs.git",
"directory": "packages/kolory"
},
"bugs": "https://github.com/teneplaysofficial/omnijs/issues",
"author": "Sriman <136729116+TenEplaysOfficial@users.noreply.github.com>",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/teneplaysofficial"
},
"license": "Apache-2.0",
"private": false,
"keywords": [
"color",
"palette",
"color-manipulation",
"color-utils",
"color-conversion",
"hue",
"rgb",
"hex",
"hsl",
"design",
"frontend",
"utility",
"creative",
"web-development",
"ui-colors",
"javascript",
"typescript"
],
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"browser": "./dist/index.global.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node --test",
"build": "tsup"
}
}