{
  "name": "hex-alpha",
  "author": "Nathan Simpson (https://nathansimpson.design)",
  "description": "A really simple package that enables you to specify an opacity for your HEX colours.",
  "version": "1.3.0",
  "devDependencies": {
    "jest": "^26.0.1"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "color",
    "colors",
    "HEX",
    "RGB",
    "RGBA",
    "convert"
  ],
  "homepage": "https://github.com/nathsimpson/hex-alpha",
  "bugs": {
    "url": "https://github.com/nathsimpson/hex-alpha/issues"
  },
  "license": "MIT",
  "scripts": {
    "test": "jest"
  }
}
