dominicegginton/hex-color-converter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hex-color-converter",
  "version": "0.2.1",
  "description": "Lightweight module for converting RGB(A) values to hexadecimal colors",
  "main": "lib/index.js",
  "engines": {
    "node": ">12"
  },
  "scripts": {
    "lint": "standard",
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dominicegginton/hex-color-converter.git"
  },
  "keywords": [
    "color",
    "opacity",
    "hex",
    "rgb",
    "rgba",
    "convert",
    "hexadecimal",
    "alpha"
  ],
  "author": {
    "name": "Dominic Egginton",
    "email": "dominic.egginton@gmail.com",
    "url": "https://dominicegginton.dev"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dominicegginton/hex-color-converter/issues"
  },
  "homepage": "https://github.com/dominicegginton/hex-color-converter#readme",
  "devDependencies": {
    "jest": "^28.1.0",
    "standard": "^17.0.0"
  },
  "dependencies": {
    "hex-color-opacity": "^0.4.2"
  }
}