pgsql-test
Version:
pgsql-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests — giving developers realistic test coverage without external state pollution
74 lines (73 loc) • 1.94 kB
JSON
{
"name": "pgsql-test",
"version": "2.7.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "pgsql-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests — giving developers realistic test coverage without external state pollution",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/launchql/launchql",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/launchql/launchql"
},
"bugs": {
"url": "https://github.com/launchql/launchql/issues"
},
"keywords": [
"postgres",
"postgresql",
"testing",
"integration-tests",
"database-testing",
"pg",
"rls",
"role-based-access",
"test-database",
"test-runner",
"jest",
"mocha",
"sqitch",
"launchql",
"graphile",
"typeorm",
"knex",
"seed",
"fixtures",
"transactions",
"rollback",
"node-postgres",
"pg-pool",
"pg-client"
],
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/pg": "^8.15.2",
"@types/pg-copy-streams": "^1.2.5"
},
"dependencies": {
"@launchql/core": "^2.8.0",
"@launchql/env": "^2.2.1",
"@launchql/server-utils": "^2.2.1",
"@launchql/types": "^2.3.0",
"pg": "^8.16.0",
"pg-cache": "^1.1.1",
"pg-copy-streams": "^6.0.6",
"pg-env": "^1.1.0"
},
"gitHead": "bbe6d40a54b5727641cc0184e01f9701796bc0b5"
}