{
  "name": "@medflyt/test-db-service",
  "version": "0.1.6",
  "description": "Developer tool to instantly provision test PostgreSQL databases from a template",
  "main": "index.js",
  "bin": "./test-db-service.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc --project src",
    "start": "node -r source-map-support/register test-db-service.js",
    "eslint": "eslint src --ext .ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MedFlyt/test-db-service.git"
  },
  "keywords": [
    "PostgreSQL",
    "Development",
    "Fixture",
    "Testing"
  ],
  "author": "MedFlyt LLC.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MedFlyt/test-db-service/issues"
  },
  "homepage": "https://github.com/MedFlyt/test-db-service#readme",
  "files": [
    "build"
  ],
  "dependencies": {
    "adm-zip": "0.5.5",
    "assert-never": "1.2.1",
    "env-paths": "2.2.1",
    "express": "4.17.1",
    "express-graceful-exit": "0.5.2",
    "make-dir": "3.1.0",
    "pg": "8.6.0",
    "pg-connection-string": "2.5.0",
    "promisify-child-process": "4.1.1",
    "request": "2.88.2",
    "rimraf": "3.0.2",
    "source-map-support": "0.5.19"
  },
  "devDependencies": {
    "@types/adm-zip": "0.4.34",
    "@types/express": "4.17.11",
    "@types/node": "18.15.3",
    "@types/pg": "8.6.0",
    "@types/request": "2.48.5",
    "@types/rimraf": "3.0.0",
    "@typescript-eslint/eslint-plugin": "4.29.2",
    "@typescript-eslint/parser": "4.29.2",
    "eslint": "7.32.0",
    "eslint-plugin-simple-import-sort": "7.0.0",
    "typescript": "4.2.4"
  }
}
