{
  "name": "aws-xray-sdk-postgres",
  "version": "3.5.0",
  "description": "AWS X-Ray Patcher for Postgres (Javascript)",
  "author": "Amazon Web Services",
  "contributors": [
    "Sandra McMullen <mcmuls@amazon.com>"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">= 14.x"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@types/pg": "*"
  },
  "peerDependencies": {
    "aws-xray-sdk-core": "^3.5.0"
  },
  "scripts": {
    "test": "mocha --recursive ./test/ -R spec && tsd",
    "test-d": "tsd",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "keywords": [
    "amazon",
    "api",
    "aws",
    "postgres",
    "xray",
    "x-ray",
    "x ray"
  ],
  "license": "Apache-2.0",
  "repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/packages/postgres",
  "gitHead": "0579d9c75e08f8747f9eb87596bea58a7d7e9e25"
}
