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

25 lines
581 B
JSON

{
"name": "@priduck-color-theme/base",
"version": "0.0.0",
"description": "A color-theme based on a single hue in the LCH colorspace.",
"main": "dist/index.js",
"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": {
"mkdirp": "^3.0.1",
"postcss-cli": "^11.0.0",
"postcss-mixins": "^9.0.4"
}
}