UNPKG

aws-xray-sdk-postgres

Version:
42 lines (41 loc) 915 B
{ "name": "aws-xray-sdk-postgres", "version": "3.10.3", "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.10.3" }, "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": "f838200543af28912291e2bf309991366cd9abea" }