UNPKG

libpq

Version:

Low-level native bindings to PostgreSQL libpq

36 lines (35 loc) 719 B
{ "name": "libpq", "version": "1.11.0", "description": "Low-level native bindings to PostgreSQL libpq", "main": "index.js", "keywords": [ "postgres", "libpq" ], "repository": { "type": "git", "url": "git://github.com/brianc/node-libpq.git" }, "scripts": { "clean": "node-gyp clean", "pretest": "node-gyp rebuild", "test": "node_modules/.bin/mocha" }, "author": "Brian M. Carlson", "license": "MIT", "dependencies": { "bindings": "1.5.0", "nan": "~2.26.2" }, "devDependencies": { "async": "^2.6.2", "buffer-from": "^1.1.1", "lodash": "^4.17.11", "mocha": "^10.8.2", "okay": "^1.0.0" }, "prettier": { "singleQuote": true } }