{
  "name": "ci-pg-restore",
  "description": "A cached perf optimized restoration of a PostgreSQL database dump",
  "version": "1.4.1",
  "license": "MIT",
  "keywords": [
    "PostgreSQL",
    "pg_dump",
    "template",
    "SQL"
  ],
  "bin": {
    "ci-pg-restore": "./ci-pg-restore"
  },
  "scripts": {
    "test": "tests/all.sh",
    "psql": "tests/psql.sh",
    "docs": "internal/docs.sh",
    "clean": "rm -rf node_modules",
    "deploy": "internal/docs.sh && npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dimikot/ci-pg-restore"
  }
}
