{
  "name": "deepl-languages",
  "version": "0.1.19",
  "description": "Maps supported languages by DeepL",
  "author": "Eliott Vincent <dev@eliottvincent.com>",
  "main": "src/index.js",
  "homepage": "https://github.com/eliottvincent/deepl-languages",
  "repository": {
    "type": "git",
    "url": "git://github.com/eliottvincent/deepl-languages"
  },
  "bugs": {
    "url": "https://github.com/eliottvincent/deepl-languages/issues"
  },
  "scripts": {
    "bump_version": "node ./res/scripts/bump_version.js",
    "release": "./res/scripts/release.sh",
    "test": "nodeunit ./test/index.js",
    "update": "node ./res/scripts/update.js"
  },
  "devDependencies": {
    "nodeunit-x": "0.14.0"
  },
  "keywords": [
    "deepl",
    "translation",
    "language",
    "languages",
    "language-list",
    "BCP 47",
    "ISO 3166-1"
  ],
  "license": "MIT"
}