{
  "name": "@ava/babel-plugin-throws-helper",
  "version": "2.0.0",
  "description": "Babel plugin for protecting against improper use of `t.throws()` in AVA",
  "license": "MIT",
  "repository": "avajs/babel-plugin-throws-helper",
  "author": {
    "name": "James Talmage",
    "email": "james@talmage.io",
    "url": "github.com/jamestalmage"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava",
    "preversion": "WRITE_EXAMPLES=1 npm run test && git add example-output.md"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "babel-plugin",
    "babel",
    "helper",
    "ava",
    "assertion",
    "throws"
  ],
  "devDependencies": {
    "ava": "^0.18.2",
    "babel-core": "^6.7.5",
    "xo": "^0.17.0"
  }
}
