colormath.js
Version:
A color conversion and color manipulation library written in typescript for Node.js, Deno and Browser.
32 lines (31 loc) • 912 B
JSON
{
"name": "colormath.js",
"description": "A color conversion and color manipulation library written in typescript for Node.js, Deno and Browser.",
"version": "1.2.4",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/scientific-dev/colormath.js"
},
"homepage": "https://github.com/scientific-dev/colormath.js#readme",
"readme": "https://github.com/scientific-dev/colormath.js#readme",
"scripts": {
"test": "node test.js",
"build": "npx tsup"
},
"keywords": [
"colormath.js",
"colormath",
"color",
"colors",
"colorsjs",
"colors.js"
],
"author": "science_spot_codes",
"license": "MIT",
"devDependencies": {
"tsup": "^5.11.13",
"typescript": "^4.5.5"
}
}