{
  "name": "@pgpm/utils",
  "version": "0.28.3",
  "description": "General utility functions for PostgreSQL extensions",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "contributors": [
    "Constructive <developers@constructive.io>"
  ],
  "keywords": [
    "postgresql",
    "pgpm",
    "utilities",
    "functions"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "bundle": "pgpm package",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@pgpm/verify": "0.28.3"
  },
  "devDependencies": {
    "pgpm": "^4.23.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/pgpm-modules"
  },
  "homepage": "https://github.com/constructive-io/pgpm-modules",
  "bugs": {
    "url": "https://github.com/constructive-io/pgpm-modules/issues"
  },
  "gitHead": "ebab5300b911578a615bf8d267fe7c5c244caea3"
}
