{
  "name": "minipg",
  "version": "0.6.0",
  "description": "PostgreSQL bindings for Nodejs using row-by-row access",
  "homepage": "http://github.com/zhm/minipg",
  "main": "dist/index.js",
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp configure build && babel src --out-dir dist --source-maps",
    "rebuild": "node-gyp configure rebuild",
    "test": "mocha test/setup.js test/index.js",
    "clean": "rm -rf dist build",
    "prepublish": "npm run clean && npm run build",
    "lint": "eslint src/*.js src/**/*.js",
    "watch": "babel src --out-dir dist --source-maps --watch"
  },
  "author": "Zac McCormick <zac.mccormick@gmail.com> (http://github.com/zhm)",
  "license": "BSD",
  "repository": {
    "type": "git",
    "url": "git://github.com/zhm/minipg.git"
  },
  "eslintConfig": {
    "extends": "fulcrum"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.14.7",
    "@babel/register": "^7.14.5",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "eslint": "^7.30.0",
    "eslint-config-fulcrum": "^1.0.1",
    "eslint-plugin-react": "^5.1.1",
    "mocha": "^9.0.2",
    "node-gyp": "^11.0.0"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "generic-pool": "^2.4.2",
    "nan": "^2.22.0"
  },
  "keywords": [
    "postgres",
    "postgresql",
    "sql",
    "psql",
    "libpq"
  ],
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
