{
  "name": "@lautmaler/crm-connectors",
  "version": "1.0.18",
  "main": "dist/index.js",
  "types": "src/index.d.ts",
  "directories": {
    "test": "test"
  },
  "keywords": [
    "crm",
    "calendar"
  ],
  "author": "Die Lautmaler GmbH",
  "license": "ISC",
  "description": "Provides connectors to various CRM systems and calendar services.",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest --runInBand --config jest.config.mjs",
    "testc": "jest --runInBand --collect-coverage --config jest.config.mjs",
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc --watch",
    "prettier": "prettier -w -l \"src/**/*.ts\" \"test/**/*.test.ts\" && prettier -w -l --parser json package.json ",
    "eslint": "eslint src test --fix",
    "clean": "rimraf dist"
  },
  "dependencies": {
    "@google-cloud/logging-winston": "^6.0.0",
    "axios": "1.7.8",
    "axios-mock-adapter": "^2.1.0",
    "dotenv": "^16.4.7",
    "googleapis": "^144.0.0",
    "lodash.merge": "^4.6.2",
    "lodash.set": "^4.3.2",
    "sprintf-js": "^1.1.3",
    "winston": "^3.14.1"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-typescript": "^7.26.0",
    "@jest/globals": "^29.7.0",
    "@types/crypto-js": "^4.2.2",
    "@types/express": "^4.17.21",
    "@types/humanparser": "^1.1.8",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.6",
    "@types/node": "20.14.9",
    "@types/sprintf-js": "^1.1.4",
    "@typescript-eslint/eslint-plugin": "^8.24.1",
    "@typescript-eslint/parser": "^8.24.1",
    "babel-jest": "^29.7.0",
    "eslint": "^9.21.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.3",
    "jest": "^29.7.0",
    "jest-esm-transformer": "^1.0.0",
    "msw": "^2.7.1",
    "prettier": "^3.5.2",
    "rimraf": "^5.0.1",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "tsc-watch": "^6.2.0",
    "typescript": "^5.5.2"
  }
}
