UNPKG

colormind-magic-palette

Version:
52 lines (51 loc) 1.18 kB
{ "name": "colormind-magic-palette", "description": "Generates a palette of colors. Using Colormind's API.", "version": "0.0.7", "license": "MIT", "bin": { "magic": "index.js", "palette": "index.js" }, "author": "codingwithdidem <codingwithdidem@gmail.com> (https://codingwithdidem.me)", "keywords": [ "palette-generator", "codingwithdidem", "magic", "palette" ], "files": [ "index.js", "local.js", "utils", "helpers" ], "scripts": { "format": "prettier --write \"./**/*.{js,json}\"" }, "dependencies": { "axios": "^0.24.0", "chalk": "^2.4.1", "cli-alerts": "^1.2.2", "cli-handle-error": "^4.4.0", "cli-handle-unhandled": "^1.1.1", "cli-meow-help": "^2.0.2", "cli-welcome": "^2.2.2", "clipboardy": "^1.2.3", "inquirer": "^8.2.0", "listr": "^0.14.3", "meow": "^9.0.0" }, "devDependencies": { "prettier": "^2.5.1" }, "main": "local.js", "repository": { "type": "git", "url": "git+https://github.com/codingwithdidem/colormind-palette-cli.git" }, "bugs": { "url": "https://github.com/codingwithdidem/colormind-palette-cli/issues" }, "homepage": "https://github.com/codingwithdidem/colormind-palette-cli#readme" }