{
  "name": "hyphe-lib-ger",
  "description": "Automatically add soft-hyphens to German text. (HTML&Unicode)",
  "version": "3.0.2",
  "main": "lib/hyphe-lib-ger.js",
  "browser": "browser-package/hyphelibger.js",
  "author": "Daniel Rienas (https://github.com/blurrryy)",
  "scripts": {
    "pretest": "eslint lib/hyphe-lib-ger.js",
    "test": "jest",
    "test:live": "jest --watch",
    "webpack": "webpack"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/blurrryy/hyphe-lib-ger"
  },
  "dependencies": {
    "hyphenation.de": "^0.2.1",
    "hypher": "^0.2.5",
    "typographizer-js": "^0.5.1"
  },
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "babel-loader": "^8.0.6",
    "eslint": "^6.6.0",
    "jest": "^24.9.0",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10"
  }
}
