{
  "name": "@sfeir/actions-on-google-i18n",
  "version": "2.2.0",
  "description": "An i18n module for the Actions On Google SDK",
  "main": "index.js",
  "scripts": {
    "test": "jest --coverage",
    "prepublish": "npm test"
  },
  "keywords": [
    "i18n",
    "google",
    "actions",
    "aog",
    "assistant",
    "chatbot",
    "assistant-chat-bots"
  ],
  "author": "Wassim Chegham <github@wassimchegham.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sfeir-open-source/actions-on-google-i18n/issues"
  },
  "homepage": "https://github.com/sfeir-open-source/actions-on-google-i18n#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sfeir-open-source/actions-on-google-i18n.git"
  },
  "devDependencies": {
    "jest": "^21.2.1"
  },
  "dependencies": {
    "app-root-dir": "^1.0.2"
  }
}
