{
  "name": "@integreat-app/integreat-api-client",
  "version": "6.0.0",
  "engines": {
    "node": ">=6.9",
    "npm": ">=3.8"
  },
  "license": "MIT",
  "description": "The client for the integreat api.",
  "author": "Max Ammann <ammann@integreat-app.de>",
  "repository": "https://github.com/integreat/integreat-api-client",
  "files": [
    "*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "integreat",
    "api",
    "client",
    "endpoint"
  ],
  "module": "./index.js",
  "main": "./index-umd.js",
  "sideEffects": true,
  "scripts": {
    "build": "node tools/build.js",
    "npm:publish": "cd dist && npm publish",
    "npm:pack": "cd dist && npm pack && mv *.tgz ../",
    "test": "jest --config jest.config.json",
    "test:coverage": "jest --config jest.config.json --coverage",
    "test:watch": "jest --config jest.config.json --watchAll",
    "test:update": "jest --config jest.config.json -u",
    "lint": "yarn run eslint",
    "lint:fix": "yarn run eslint --fix",
    "eslint": "eslint --ignore-pattern dist/ .",
    "flow:check-now": "flow check",
    "flow:install-types": "flow-typed install"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.8.3",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-do-expressions": "^7.8.3",
    "@babel/plugin-proposal-export-default-from": "^7.8.3",
    "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
    "@babel/plugin-proposal-json-strings": "^7.8.3",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
    "@babel/plugin-proposal-numeric-separator": "^7.8.3",
    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
    "@babel/plugin-proposal-pipeline-operator": "^7.8.3",
    "@babel/plugin-proposal-throw-expressions": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-flow": "^7.8.3",
    "@babel/runtime": "^7.9.2",
    "@integreat-app/eslint-config-babel": "^0.6.0",
    "@integreat-app/eslint-config-flow": "^0.6.0",
    "@integreat-app/eslint-config-jest": "^0.6.0",
    "@integreat-app/eslint-config-node": "^0.6.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^24.0.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "es-check": "^5.1.0",
    "eslint": "^6.8.0",
    "flow-bin": "~0.117.0",
    "flow-copy-source": "^2.0.9",
    "flow-typed": "^2.5.1",
    "jest": "^24.0.0",
    "jest-fetch-mock": "^3.0.3",
    "jest-junit": "^10.0.0",
    "shelljs": "^0.8.3",
    "uglifyjs-webpack-plugin": "^2.1.2",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11",
    "webpack-node-externals": "^1.7.2"
  },
  "dependencies": {
    "entities": "^2.0.0",
    "normalize-path": "^3.0.0",
    "is-url": "^1.2",
    "moment": "^2.24",
    "moment-timezone": "^0.5",
    "sanitize-html-react": "^1.13"
  }
}
