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

21 lines
481 B
JSON

{
"name": "@priduck-color-theme/cli",
"version": "0.0.1",
"description": "Style builder files for themes that use `prefers-contrast` and `prefers-color-theme`.",
"bin": {
"priduck-color-theme": "src/cli.js"
},
"repository": {
"type": "git",
"url": "https://src.mfgames.com/priduck-color-theme/priduck-color-theme-cli-js.git"
},
"keywords": [
"css"
],
"author": "D. Moonfire",
"license": "MIT",
"dependencies": {
"yargs": "^17.7.2"
}
}