2024-02-24 17:22:42 +00:00
|
|
|
{
|
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",
|
2024-02-24 17:22:42 +00:00
|
|
|
"description": "A color-theme based on a single hue in the LCH colorspace.",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-05-10 05:06:49 +00:00
|
|
|
"url": "https://src.mfgames.com/priduck-color-theme/priduck-color-theme-cli-js.git"
|
2024-02-24 17:22:42 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"color"
|
|
|
|
],
|
2024-05-10 05:06:49 +00:00
|
|
|
"author": {
|
|
|
|
"name": "D. Moonfire"
|
|
|
|
},
|
2024-02-24 17:22:42 +00:00
|
|
|
"license": "MIT",
|
2024-05-10 05:06:49 +00:00
|
|
|
"bin": {
|
|
|
|
"priduck": "./src/cli.mjs"
|
2024-03-22 06:10:36 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-07 06:02:23 +00:00
|
|
|
"colorjs.io": "^0.5.0",
|
2024-05-10 04:42:38 +00:00
|
|
|
"debug": "^4.3.4",
|
2024-05-10 05:06:49 +00:00
|
|
|
"mkdirp": "^3.0.1",
|
2024-05-07 02:56:35 +00:00
|
|
|
"yargs": "^17.7.2"
|
2024-02-24 17:22:42 +00:00
|
|
|
}
|
|
|
|
}
|