{
  "name": "integreat-transporter-mongodb",
  "version": "1.3.0",
  "description": "Integreat transporter for mongodb",
  "author": "Kjell-Morten Bratsberg Thorsen <post@kjellmorten.no>",
  "license": "ISC",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "test": "npm run build && c8 --reporter=text-summary ava --config ./ava-dist.config.js",
    "test:setup": "docker-compose up",
    "test:teardown": "docker-compose down",
    "test:watch": "npm run dev",
    "dev": "ava --watch",
    "build": "tsc",
    "coverage": "c8 report",
    "lint": "eslint --ext .ts src",
    "verify": "npm run lint && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/integreat-io/integreat-transporter-mongodb.git"
  },
  "bugs": {
    "url": "https://github.com/integreat-io/integreat-transporter-mongodb/issues"
  },
  "homepage": "https://github.com/integreat-io/integreat-transporter-mongodb#readme",
  "engines": {
    "node": ">= 18.18"
  },
  "dependencies": {
    "debug": "^4.3.4",
    "dot-prop": "^8.0.2",
    "map-any": "^1.0.0",
    "mongodb": "^6.3.0",
    "object-hash": "^3.0.0"
  },
  "devDependencies": {
    "@integreat/ts-dev-setup": "^6.0.1",
    "@types/debug": "^4.1.12",
    "@types/node": "^20.11.19",
    "@types/object-hash": "^3.0.6",
    "@types/sinon": "^17.0.3",
    "integreat": "^1.5.8",
    "sinon": "^17.0.1"
  }
}
