{
  "name": "jest-plugins",
  "version": "2.9.0",
  "description": "Adds plugins support to jest.",
  "license": "MIT",
  "author": "Mark Miyashita <negativetwelve@gmail.com>",
  "homepage": "https://github.com/negativetwelve/jest-plugins",
  "repository": "https://github.com/negativetwelve/jest-plugins/tree/master/packages/jest-plugins",
  "keywords": [
    "jest",
    "jest-plugin",
    "jest-plugins",
    "plugins",
    "test"
  ],
  "main": "build/install",
  "files": [
    "build",
    "setup.js"
  ],
  "peerDependencies": {
    "jest": "*"
  },
  "scripts": {
    "build": "babel src --out-dir build --ignore '**/*.spec.js'",
    "clean": "rimraf build",
    "prepublishOnly": "yarn run clean && yarn run build"
  }
}
