{
  "name": "@m6web/i18n-lint",
  "version": "2.3.3",
  "description": "i18n translation files linter",
  "main": "lib/index.js",
  "author": "m6web",
  "license": "MIT",
  "bin": {
    "i18n-lint": "./lib/index.js"
  },
  "files": [
    "lib/",
    "default.config.js"
  ],
  "devDependencies": {
    "@m6web/eslint-plugin": "2.0.0",
    "babel-cli": "6.26.0",
    "babel-preset-es2015": "6.24.1",
    "jest": "24.1.0"
  },
  "dependencies": {
    "chalk": "2.4.2",
    "is-html": "1.1.0",
    "lodash": "4.17.21"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "NODE_ENV=prod babel src --out-dir lib",
    "format": "prettier-eslint --write src/**/*.js tests/**/*.js",
    "prepack": "yarn test && yarn build",
    "test": "jest",
    "test:integration": "yarn build && node ./lib/index --config tests/test.config.json",
    "test:coverage": "jest --coverage"
  },
  "gitHead": "c44843e13079659ac4b9f4d1e977ea592e9fb869"
}
