{
  "name": "@joaofranciscosantos/babel-plugin-i18n",
  "private": false,
  "version": "1.1.12",
  "description": "Multi language builds with Babel. Setup a different build for each language",
  "main": "index.js",
  "files": [
    "src"
  ],
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "@babel/core": "^7.13.14",
    "jest": "^26.6.3"
  },
  "keywords": [
    "i18n",
    "babel"
  ],
  "author": {
    "name": "João Francisco Santos",
    "email": "joao.francis.santos@gmail.com"
  },
  "license": "MIT",
  "homepage": "https://joaofranciscosantos.github.io/babel-plugin-i18n/",
  "bugs": "https://github.com/joaofranciscosantos/babel-plugin-i18n/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/joaofranciscosantos/babel-plugin-i18n.git"
  }
}
