{
  "name": "@envoy/envoy-integrations-sdk",
  "version": "2.5.4",
  "description": "SDK for building Envoy integrations.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "src",
    "doc": "docs"
  },
  "files": [
    "dist/*.d.ts",
    "dist/*.d.ts.map",
    "dist",
    "src"
  ],
  "scripts": {
    "test": "jest",
    "docs:generate": "typedoc",
    "lint": "eslint .",
    "lint-fix": "eslint . --fix",
    "format": "prettier . --write",
    "format:check": "prettier . --check",
    "prepublishOnly": "tsc",
    "compile": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/envoy/envoy-integrations-sdk-nodejs.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/envoy/envoy-integrations-sdk-nodejs/issues"
  },
  "homepage": "https://github.com/envoy/envoy-integrations-sdk-nodejs#readme",
  "dependencies": {
    "@types/dotenv": "^8.2.0",
    "@types/faker": "^5.5.6",
    "@types/jsonwebtoken": "^9.0.0",
    "@types/node": "^15.12.0",
    "@types/qs": "^6.9.6",
    "axios": "^1.4.0",
    "body-parser": "^1.19.0",
    "chalk": "^4.1.2",
    "dataloader": "^2.0.0",
    "dotenv-flow": "^3.2.0",
    "factory.ts": "^0.5.2",
    "faker": "^5.5.3",
    "jsonwebtoken": "^9.0.0",
    "lodash.ismatch": "^4.4.0",
    "luxon": "^1.27.0",
    "qs": "^6.10.1"
  },
  "devDependencies": {
    "@babel/core": "^7.27.1",
    "@babel/preset-env": "^7.27.2",
    "@types/babel__traverse": "^7.18.2",
    "@types/dotenv-flow": "^3.1.1",
    "@types/express": "^4.17.12",
    "@types/jest": "^27.0.0",
    "@types/lodash.ismatch": "^4.4.6",
    "@types/luxon": "^1.27.0",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "babel-jest": "^27.5.1",
    "eslint": "^7.27.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-plugin-import": "^2.25.2",
    "jest": "^27.0.0",
    "jsdoc-to-markdown": "^6.0.1",
    "prettier": "^3.5.3",
    "ts-jest": "^27.0.0",
    "ts-node": "^10.9.2",
    "typedoc": "^0.22.10",
    "typedoc-github-wiki-theme": "^0.3.0",
    "typedoc-plugin-markdown": "^3.11.14",
    "typescript": "4.2"
  },
  "peerDependencies": {
    "@types/express": "^4 || ^5"
  }
}
