{
  "name": "@restorecommerce/chassis-srv",
  "version": "1.6.8",
  "description": "Restore Commerce microservice chassis",
  "main": "./lib/index.js",
  "author": "n-fuse GmbH",
  "repository": {
    "type": "git",
    "url": "https://github.com/restorecommerce/chassis-srv.git"
  },
  "license": "MIT",
  "keywords": [
    "restore",
    "commerce",
    "microservice",
    "chassis"
  ],
  "typings": "lib/index.d.ts",
  "dependencies": {
    "@restorecommerce/dev": "^0.0.13",
    "@restorecommerce/grpc-client": "^2.2.5",
    "@restorecommerce/kafka-client": "^1.2.22",
    "@restorecommerce/logger": "^1.3.1",
    "@restorecommerce/protos": "^6.10.3",
    "@restorecommerce/rc-grpc-clients": "^5.1.44",
    "@restorecommerce/service-config": "^1.0.16",
    "abort-controller-x": "^0.4.3",
    "arangojs": "^9.1.0",
    "async": "^3.2.6",
    "async-retry": "^1.3.3",
    "cache-manager": "^6.1.3",
    "cls-hooked": "^4.2.2",
    "cls-rtracer": "^2.6.3",
    "google-protobuf": "^3.21.4",
    "kafkajs": "^2.2.4",
    "keyv": "^5.2.1",
    "lodash": "^4.17.21",
    "long": "^5.2.3",
    "lru-cache": "^11.0.2",
    "nedb": "^1.8.0",
    "nice-grpc": "^2.1.10",
    "nice-grpc-server-reflection": "^2.0.12",
    "protobufjs": "^7.4.0",
    "redis": "^4.7.0",
    "uuid": "^11.1.0",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "@types/cache-manager": "^4.0.6",
    "@types/lodash": "^4.17.13",
    "@types/mocha": "^10.0.10",
    "@types/nedb": "^1.8.16",
    "@types/node": "^22.9.1",
    "@typescript-eslint/parser": "^8.15.0",
    "cross-env": "^7.0.3",
    "eslint": "^9.15.0",
    "typescript-eslint": "^8.15.0",
    "mocha": "^11.0.0",
    "mocha-typescript": "^1.1.17",
    "npm-run-all": "^4.1.5",
    "nyc": "^17.1.0",
    "rimraf": "^6.0.1",
    "rxjs": "^7.8.1",
    "should": "^13.2.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3"
  },
  "scripts": {
    "lint": "eslint src",
    "pretest": "npm run build",
    "test": "npm run lint && nyc npm run mocha",
    "mochadebug": "cross-env NODE_ENV=test; mocha --full-trace --inspect-brk",
    "mocha": "cross-env NODE_ENV=test; mocha --full-trace --exit --trace-warnings;",
    "tsctests": "tsc -d -p tsconfig.test.json",
    "lcov-report": "nyc report --reporter=lcov",
    "build:tsc": "tsc -d",
    "build:clean": "rimraf lib",
    "build": "npm-run-all lint build:clean build:tsc"
  },
  "browser": {
    "fs": false,
    "path": false
  },
  "engines": {
    "node": ">= 20.0.0"
  }
}
