UNPKG

pg-essential

Version:

All the basic functions required to interact with postgres

44 lines (43 loc) 974 B
{ "name": "pg-essential", "version": "1.0.2", "description": "All the basic functions required to interact with postgres", "main": "index.js", "scripts": { "test": "mocha examples/test/test.js" }, "keywords": [ "pg-essential", "pg", "pg-spice", "postgres", "bulk insert", "bulk-insert", "postgres node", "postgres transaction", "postgres-transaction", "postgres-SQL-Injection", "postgres SQL Injection" ], "author": "Ziauddin <https://github.com/ZiaDev>", "contributors": [ "Maha Aziz <https://github.com/maha-aziz>", "Abdullah Waqas <abdullah-waqas>" ], "repository": { "type": "git", "url": "https://github.com/ZiaDev/Pg-essential-dev" }, "license": "ISC", "dependencies": { "pg": "^7.10.0", "pg-promise": "^8.6.5", "pg-spice": "^2.0.1" }, "devDependencies": { "chai": "^4.2.0", "chance": "^1.0.18", "mocha": "^6.1.4", "lodash": "^4.17.11" } }