{
  "name": "@bufferapp/publish-i18n",
  "version": "0.7.4",
  "description": "Buffer i18n Package",
  "main": "index.js",
  "scripts": {
    "start": "start-storybook -p 9001",
    "lint": "eslint . --ignore-pattern coverage node_modules",
    "test": "yarn run lint && sh ../../package_test.sh",
    "test-update": "jest -u --config=../../.jestrc.json"
  },
  "author": "hharnisc@gmail.com",
  "devDependencies": {
    "eslint": "3.19.0",
    "jest": "19.0.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
