{
  "name": "eslint-plugin-preact-i18n",
  "version": "1.1.0",
  "description": "eslint plugin for users of the preact-i18n library",
  "keywords": [
    "eslint",
    "eslint-plugin",
    "i18n",
    "preact-i18n"
  ],
  "author": "Bill Neff <billneff79@gmail.com>",
  "main": "lib/index.js",
  "license": "GPL-3.0",
  "directories": {
    "doc": "docs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/synacor/eslint-plugin-preact-i18n.git"
  },
  "scripts": {
    "clean": "rimraf lib",
    "build": "npm run clean && babel src --out-dir lib",
    "build:watch": "babel src --watch --out-dir lib",
    "lint": "eslint src/**/*.js test/**/*.js",
    "test:unit": "mocha  --recursive --require @babel/register",
    "test:watch": "npm run test:unit -- -w",
    "test": "npm run lint && npm run test:unit",
    "prepublishOnly": "npm run test && npm run build"
  },
  "dependencies": {
    "minimatch": "3.0.4"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.1.6",
    "@babel/preset-env": "^7.1.6",
    "@babel/register": "^7.0.0",
    "eslint": "^5.9.0",
    "eslint-config-synacor": "^3.0.3",
    "mocha": "^5.2.0",
    "rimraf": "^2.6.2",
    "sinon": "^7.1.1"
  },
  "peerDependencies": {
    "eslint": "^4.0.0 || ^5.0.0"
  }
}
