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

27 lines
551 B
JSON
Raw Permalink Normal View History

{
2024-05-10 05:14:26 +00:00
"name": "@priduck-color-theme/cli",
2024-05-10 06:42:42 +00:00
"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"
2024-03-22 06:10:36 +00:00
},
"dependencies": {
"colorjs.io": "^0.5.0",
2024-05-10 04:42:38 +00:00
"debug": "^4.3.4",
"mkdirp": "^3.0.1",
2024-05-07 02:56:35 +00:00
"yargs": "^17.7.2"
}
}