@testcontainers/postgresql
Version:
PostgreSQL module for Testcontainers
40 lines (39 loc) • 918 B
JSON
{
"name": "@testcontainers/postgresql",
"version": "11.6.0",
"license": "MIT",
"keywords": [
"postgres",
"postgresql",
"testing",
"docker",
"testcontainers"
],
"description": "PostgreSQL module for Testcontainers",
"homepage": "https://github.com/testcontainers/testcontainers-node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/testcontainers/testcontainers-node.git"
},
"bugs": {
"url": "https://github.com/testcontainers/testcontainers-node/issues"
},
"main": "build/index.js",
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@types/pg": "^8.15.5",
"pg": "^8.16.3"
},
"dependencies": {
"testcontainers": "^11.6.0"
}
}