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

28 lines
601 B
JSON
Raw Normal View History

{
"name": "@priduck-color-theme/priduck-cli",
2024-03-22 06:11:14 +00:00
"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"
2024-03-22 06:10:36 +00:00
},
"dependencies": {
2024-05-07 02:56:35 +00:00
"@priduck-color-theme/cli": "^0.0.1",
"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"
}
}