{
  "name": "bpc_client",
  "version": "4.2.0",
  "description": "Node client to BPC",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc --build tsconfig.prod.json",
    "prepare": "npm run build",
    "test": "jest --detectOpenHandles",
    "test:watch": "jest --watch",
    "ts-check": "tsc -p . --noEmit",
    "eslint": "eslint --ext .ts ./",
    "eslint-fix": "eslint --ext .ts ./ --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BerlingskeMedia/bpc_client.git"
  },
  "author": "Daniel Kokott",
  "license": "ISC",
  "dependencies": {
    "@hapi/boom": "^9.1.3",
    "@hapi/hawk": "^8.0.0",
    "joi": "^17.4.2",
    "node-fetch": "^2.6.7",
    "timeout-signal": "^1.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-typescript": "^7.14.5",
    "@types/hapi__hawk": "^8.0.1",
    "@types/jest": "^26.0.24",
    "@types/node": "^16.0.0",
    "@types/node-fetch": "^2.5.11",
    "@typescript-eslint/eslint-plugin": "^4.28.2",
    "@typescript-eslint/parser": "^4.28.2",
    "babel-jest": "^27.0.6",
    "eslint": "^7.30.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest": "^27.0.6",
    "typescript": "^4.3.5"
  }
}
