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

24 lines
554 B
JSON
Raw Normal View History

{
"name": "@priduck-color-theme/base",
2024-02-24 21:08:33 +00:00
"version": "0.0.1",
"description": "A color-theme based on a single hue in the LCH colorspace.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://src.mfgames.com/priduck-color-theme/priduck-color-theme-base-css.git"
},
"keywords": [
"css",
"color"
],
"author": "D. Moonfire",
"license": "MIT",
"dependencies": {
2024-02-24 18:01:13 +00:00
"mkdirp": "^3.0.1",
"postcss-cli": "^11.0.0",
"postcss-mixins": "^9.0.4"
}
}