{
  "name": "@palett/dye-factory",
  "version": "0.9.15",
  "description": "A colorant to string",
  "main": "./dist/index.cjs",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/test.index.js",
    "test-jest": "jest"
  },
  "dependencies": {
    "@palett/dye": "^0.9.15"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/palett/dye.git"
  },
  "keywords": [
    "chalk",
    "color"
  ],
  "author": {
    "name": "Hoyeung Wong",
    "email": "hoyeungw@outlook.com",
    "url": "https://github.com/hoyeungw"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/palett/dye"
  },
  "homepage": "https://github.com/hoyeungw/palett/dye#readme",
  "gitHead": "784c6568848c9b32ec1d316547ec0625593ec083"
}
