{
  "name": "eslint-plugin-only-error",
  "version": "1.0.2",
  "description": "Upgrade warnings to errors",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin"
  ],
  "main": "src/only-error.js",
  "scripts": {
    "test": "eslint src tests && jest",
    "test:watch": "jest --watch"
  },
  "author": "David J. Bradshaw",
  "contributors": [
    "Bob Fanger (https://github.com//bfanger)"
  ],
  "homepage": "https://github.com/davidjbradshaw/eslint-plugin-only-error",
  "repository": {
    "type": "git",
    "url": "https://github.com/davidjbradshaw/eslint-plugin-only-error.git"
  },
  "eslintConfig": {
    "extends": "vue",
    "env": {
      "jest": true
    }
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "^4",
    "eslint-config-vue": "^2.0.2",
    "eslint-plugin-vue": "^2.1.0",
    "jest": "^20.0.3"
  },
  "engines": {
    "node": ">=6"
  },
  "license": "MIT"
}
