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

22 lines
482 B
JSON
Raw Normal View History

{
"name": "@priduck-color-theme/base",
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-base-js.git"
},
"keywords": [
"css",
"color"
],
"author": "D. Moonfire",
"license": "MIT",
2024-03-22 06:10:36 +00:00
"devDependencies": {
"mkdirp": "^3.0.1"
2024-03-22 06:10:36 +00:00
},
"dependencies": {
"@priduck-color-theme/cli": "^0.0.1"
}
}