{
  "name": "@reuters-graphics/style-color",
  "version": "1.0.0",
  "private": false,
  "description": "Color schemes for Reuters graphics",
  "author": "Jon McClure <jon.r.mcclure@gmail.com>",
  "module": "dist/index.js",
  "files": [
    "scss/**/*.scss",
    "dist/**/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reuters-graphics/style.git"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build-scripts": "rm -rf src/schemes/ && npx ./bin/scripts.js",
    "build-stylesheets": "rm -rf scss/ && npx ./bin/stylesheets.js",
    "build-packages": "rollup --config config/rollup.config.js",
    "build": "npm-run-all build-stylesheets build-scripts build-packages",
    "test": "NODE_ENV=test mocha --recursive --require esm"
  },
  "devDependencies": {
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "@hobbes7878/eslint-config": "^0.0.2",
    "@rollup/plugin-json": "^4.0.3",
    "csv-parse": "^4.8.2",
    "eslint": "^5.14.1",
    "eslint-plugin-mocha": "^5.3.0",
    "esm": "^3.2.25",
    "expect.js": "^0.3.1",
    "hex-rgb": "^4.1.0",
    "mkdirp": "^0.5.1",
    "mocha": "^7.1.2",
    "npm-run-all": "^4.1.5",
    "recursive-readdir-sync": "^1.0.6",
    "rollup": "^1.27.11",
    "rollup-plugin-alias": "^2.2.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-dsv": "^1.2.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "safe-dye": "^1.0.3",
    "stringify-object": "^3.3.0"
  },
  "gitHead": "6a8cc22f673a4805e93f538bb23819e56242a525"
}
