UNPKG

@satoshi-r/color-converter

Version:
31 lines (30 loc) 600 B
{ "name": "@satoshi-r/color-converter", "version": "1.0.5", "description": "color converter hex2rgb & rgb2hex", "preferGlobal": true, "bin": { "color-converter": "src/index.js" }, "main": "src/index.js", "publishConfig": { "access": "public" }, "keywords": [ "cli", "color-converter", "hex2rgb", "rgb2hex" ], "author": "@Satoshi_1", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/satoshi-r/color-converter" }, "dependencies": { "chalk": "^4.1.0", "inquirer": "^7.3.3" }, "devDependencies": {} }