{
  "name": "redis-tag-cache",
  "version": "1.2.1",
  "description": "Cache and invalidate records in Redis with tags.",
  "repository": {
    "type": "git",
    "url": "https://github.com/withspectrum/redis-tag-cache.git"
  },
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "precommit": "lint-staged",
    "prebuild": "rimraf dist",
    "build": "babel src --out-dir dist --ignore '*.test.js'",
    "test": "jest src",
    "prettier": "prettier --write --single-quote --trailing-comma es5 'src/**/*.js'",
    "flow": "flow src"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write --single-quote --trailing-comma es5",
      "git add"
    ]
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-flow": "^6.23.0",
    "flow-bin": "^0.80.0",
    "husky": "^0.14.3",
    "ioredis-mock": "^3.14.1",
    "jest": "^23.5.0",
    "lint-staged": "^7.2.2",
    "prettier": "^1.14.2",
    "rimraf": "^2.6.2"
  },
  "dependencies": {
    "ioredis": "^4.0.0"
  }
}
