{
  "name": "moo-color",
  "version": "1.0.2",
  "description": "A javascript class that provides convenience for color parsing and manipulating.",
  "main": "dist/moo-color.js",
  "types": "types/moo-color.d.ts",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "scripts": {
    "test": "jest",
    "build": "webpack --hide-modules",
    "watch": "npm run build -- --watch"
  },
  "keywords": [
    "color"
  ],
  "author": "archcoster@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archco/moo-color.git"
  },
  "bugs": {
    "url": "https://github.com/archco/moo-color/issues"
  },
  "homepage": "https://github.com/archco/moo-color#readme",
  "dependencies": {
    "color-name": "^1.1.4"
  },
  "devDependencies": {
    "@types/color-name": "^1.1.1",
    "@types/jest": "^24.0.25",
    "@typescript-eslint/eslint-plugin": "^2.14.0",
    "@typescript-eslint/parser": "^2.14.0",
    "eslint": "^6.8.0",
    "jest": "^24.9.0",
    "source-map-loader": "^0.2.4",
    "ts-jest": "^24.2.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.4",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "webpack-merge": "^4.2.2",
    "webpack-notifier": "^1.8.0"
  },
  "jest": {
    "preset": "ts-jest",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.ts",
      "!**/node_modules/**"
    ]
  }
}
