{
  "name": "@soapjs/soap-node-redis",
  "version": "0.1.1",
  "description": "Seamless Redis integration for SoapJS projects, facilitating clean architecture practices and streamlined database interactions.",
  "homepage": "https://docs.soapjs.com",
  "repository": "https://github.com/soapjs/soap-node-redis",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "license": "MIT",
  "author": "Radoslaw Kamysz",
  "scripts": {
    "test:unit": "jest --config=jest.config.unit.json",
    "test:integration": "ts-node scripts/run-integration-tests.ts",
    "test": "npm run test:unit && npm run test:integration",
    "clean": "rm -rf ./build",
    "build": "npm run clean && tsc --project tsconfig.build.json"
  },
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "@types/node": "^18.7.14",
    "jest": "^27.4.5",
    "redis": "^4.6.13",
    "testcontainers": "^10.28.0",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^4.8.2"
  },
  "peerDependencies": {
    "@soapjs/soap": "^0.7.0",
    "redis": ">=4.6.7"
  }
}
