{
  "name": "jest-immutable-matchers",
  "description": "Add a set of custom matchers for Immutable related checks.",
  "version": "3.0.0",
  "main": "dist/jest-immutable-matchers.js",
  "typings": "index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/unindented/custom-immutable-matchers.git"
  },
  "keywords": [
    "jest",
    "immutable",
    "matchers"
  ],
  "scripts": {
    "clean:coverage": "rimraf coverage",
    "clean:dist": "rimraf dist",
    "clean": "run-p clean:*",
    "test:tsc": "node tests/typescript/index.js",
    "test:jest": "jest --config config/jest/config.json",
    "test": "run-p test:*",
    "watch:jest": "jest --watch --config config/jest/config.json",
    "watch": "run-p watch:*",
    "build": "webpack --colors --progress --profile --config config/webpack/build.js",
    "optim": "webpack --colors --progress --profile -p --config config/webpack/build.js",
    "prepublishOnly": "run-s clean build"
  },
  "peerDependencies": {
    "immutable": ">=3.0.0",
    "jest": ">=21.0.0"
  },
  "devDependencies": {
    "@types/jest": "^22.0.1",
    "babel-jest": "^22.1.0",
    "custom-immutable-matchers": "^3.0.0",
    "jest": "^22.1.2",
    "npm-run-all": "^4.1.2",
    "rimraf": "^2.6.2",
    "webpack": "^3.10.0"
  }
}
