priduck-color-theme-cli-js/package.json

27 lines
551 B
JSON

{
"name": "@priduck-color-theme/cli",
"version": "0.1.0",
"description": "A color-theme based on a single hue in the LCH colorspace.",
"repository": {
"type": "git",
"url": "https://src.mfgames.com/priduck-color-theme/priduck-color-theme-cli-js.git"
},
"keywords": [
"css",
"color"
],
"author": {
"name": "D. Moonfire"
},
"license": "MIT",
"bin": {
"priduck": "./src/cli.mjs"
},
"dependencies": {
"colorjs.io": "^0.5.0",
"debug": "^4.3.4",
"mkdirp": "^3.0.1",
"yargs": "^17.7.2"
}
}