@palett/cards
Version:
A color converter
47 lines • 1 kB
JSON
{
"name": "@palett/cards",
"version": "0.12.28",
"description": "A color converter",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {},
"devDependencies": {
"@palett/convert": "^0.12.28",
"@palett/dye": "^0.12.28"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/@palett.git"
},
"keywords": [
"table",
"cross table",
"bi",
"insight",
"analytic"
],
"author": {
"name": "Hoyeung Wong",
"email": "hoyeungw@outlook.com",
"url": "https://github.com/hoyeungw"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/@palett"
},
"homepage": "https://github.com/hoyeungw/@palett#readme",
"gitHead": "fa43c4eb4429e3c75cc8a2ae9093163359e8afb1",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
}
}