{
  "name": "@nestjs-packages/sqs",
  "version": "1.0.2",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "set": "docker-compose -f docker-compose.yml up",
    "set:down": "docker-compose -f docker-compose.yml down",
    "format": "prettier --write **/*.{ts,json}",
    "lint": "eslint \"lib/**/*.ts\" --fix",
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "test": "jest",
    "test:cov": "jest --coverage",
    "test:e2e": "jest --config=jest-e2e.config.js --detectOpenHandles --runInBand --forceExit",
    "prepublish:npm": "npm run format && npm run lint && npm run test && npm run build",
    "publish:npm": "npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs-packages/sqs.git"
  },
  "author": "byeonghoon yang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nestjs-packages/sqs/issues"
  },
  "homepage": "https://github.com/nestjs-packages/sqs#readme",
  "dependencies": {
    "@nestjs-plus/discovery": "^2.0.2",
    "aws-sdk": "^2.948.0",
    "sqs-consumer": "^5.5.0",
    "sqs-producer": "^2.1.0"
  },
  "devDependencies": {
    "@nestjs/common": "9.0.4",
    "@nestjs/core": "9.0.4",
    "@nestjs/testing": "9.0.4",
    "@types/faker": "5.5.9",
    "@types/jest": "27.5.2",
    "@typescript-eslint/eslint-plugin": "5.30.7",
    "@typescript-eslint/parser": "5.30.7",
    "codecov": "3.8.3",
    "eslint": "8.20.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "faker": "5.5.3",
    "jest": "27.5.1",
    "prettier": "2.7.1",
    "reflect-metadata": "0.1.13",
    "rimraf": "3.0.2",
    "rxjs": "7.5.6",
    "ts-jest": "27.1.5",
    "ts-node": "10.9.1",
    "tsconfig-paths": "4.0.0",
    "typescript": "4.7.4",
    "wait-for-expect": "3.0.2"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
    "@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
  }
}
