{
  "name": "pg-query-native",
  "version": "1.3.1",
  "description": "The real PostgreSQL query parser",
  "homepage": "http://github.com/zhm/node-pg-query-native",
  "main": "index.js",
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp configure build",
    "rebuild": "node-gyp configure rebuild",
    "test": "mocha"
  },
  "author": "Zac McCormick <zac.mccormick@gmail.com> (http://github.com/zhm)",
  "license": "BSD",
  "repository": {
    "type": "git",
    "url": "git://github.com/zhm/node-pg-query-native.git"
  },
  "devDependencies": {
    "mocha": "^9.1.2"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.15.0",
    "node-gyp": "^8.2.0"
  },
  "keywords": [
    "sql",
    "postgres",
    "postgresql",
    "pg",
    "query",
    "database"
  ]
}
