{ "name": "@priduck-color-theme/cli", "version": "0.2.1", "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" } }