{
  "name": "@clinq/bridge",
  "version": "11.9.1",
  "description": "CLINQ Bridge Framework",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": "github:sipgate/clinq-bridge",
  "contributors": [
    {
      "name": "Benjamin Kluck",
      "email": "ben@fug.lu"
    },
    {
      "name": "Felix Gladisch",
      "email": "felix@felixgladisch.de"
    }
  ],
  "bugs": {
    "url": "https://github.com/sipgate/clinq-bridge/issues"
  },
  "keywords": [
    "clinq",
    "crm",
    "express",
    "framework"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "prepare": "husky install",
    "test": "jest",
    "compile": "tsc",
    "build": "npm test && rimraf dist && npm run compile",
    "precommit": "lint-staged",
    "prepublishOnly": "npm run build",
    "format": "prettier --write '**/*.ts'",
    "link": "npm link"
  },
  "lint-staged": {
    "*.{ts}": [
      "prettier --write",
      "git add"
    ]
  },
  "jest": {
    "transform": {
      "^.+\\.ts?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|ts?)$",
    "moduleFileExtensions": [
      "js",
      "ts",
      "json",
      "node"
    ]
  },
  "devDependencies": {
    "@types/body-parser": "1.19.2",
    "@types/compression": "1.7.2",
    "@types/cors": "2.8.12",
    "@types/express": "4.17.13",
    "@types/get-port": "4.2.0",
    "@types/google-libphonenumber": "7.4.23",
    "@types/jest": "25.2.3",
    "@types/lru-cache": "5.1.1",
    "@types/node": "16.11.42",
    "@types/redis": "2.8.32",
    "husky": "7.0.4",
    "jest": "25.5.4",
    "lint-staged": "10.5.4",
    "node-mocks-http": "1.11.0",
    "prettier": "2.7.1",
    "rimraf": "3.0.2",
    "ts-jest": "25.5.1",
    "typescript": "4.7.4"
  },
  "dependencies": {
    "ajv": "^6.12.2",
    "axios": "^0.27.0",
    "body-parser": "^1.19.0",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "get-port": "^5.1.1",
    "google-libphonenumber": "^3.2.9",
    "lru-cache": "^5.1.1",
    "redis": "^3.1.2"
  }
}
