{
  "name": "@adobe/spacecat-shared-data-access",
  "version": "3.79.1",
  "description": "Shared modules of the Spacecat Services - Data Access",
  "type": "module",
  "engines": {
    "node": ">=22.0.0 <25.0.0",
    "npm": ">=10.9.0 <12.0.0"
  },
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "test:it": "npm run test:it:self-seeded && npm run test:it:tenant-seeded",
    "test:it:self-seeded": "IT_SEED_MODE=none mocha --require ./test/it/fixtures.js --spec \"test/it/**/*.test.js\" --ignore \"test/it/postgrest/**/*.test.js\"",
    "test:it:tenant-seeded": "IT_SEED_MODE=tenant-sql mocha --require ./test/it/fixtures.js --spec \"test/it/postgrest/**/*.test.js\"",
    "test": "c8 mocha --spec \"test/unit/**/*.test.js\"",
    "test:debug": "mocha --inspect-brk --require ./test/setup-env.js --spec \"test/unit/**/*.test.js\"",
    "test:debug:config": "mocha --inspect-brk --require ./test/setup-env.js --spec \"test/unit/models/site/config.test.js\"",
    "test:debug:grep": "mocha --inspect-brk --require ./test/setup-env.js --grep",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "clean": "rm -rf package-lock.json node_modules"
  },
  "mocha": {
    "require": "test/setup-env.js",
    "reporter": "mocha-multi-reporters",
    "reporter-options": "configFile=.mocha-multi.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/spacecat-shared.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/adobe/spacecat-shared/issues"
  },
  "homepage": "https://github.com/adobe/spacecat-shared#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@adobe/fetch": "^4.2.3",
    "@adobe/spacecat-shared-utils": "1.105.0",
    "@supabase/postgrest-js": "2.106.2",
    "@aws-sdk/client-s3": "^3.940.0",
    "@smithy/util-retry": "^4.0.0",
    "@types/joi": "17.2.3",
    "aws-xray-sdk": "3.12.0",
    "joi": "18.2.1",
    "pluralize": "8.0.0"
  },
  "devDependencies": {
    "chai": "6.2.2",
    "chai-as-promised": "8.0.2",
    "electrodb": "3.9.0",
    "nock": "14.0.15",
    "sinon": "22.0.0",
    "sinon-chai": "4.0.1"
  }
}
