UNPKG

pg-require-sql

Version:

Requires sql files and export functions for querying via pg

34 lines (33 loc) 729 B
{ "name": "pg-require-sql", "version": "1.0.0", "description": "Requires sql files and export functions for querying via pg", "main": "index.js", "scripts": { "test": "standard && node test" }, "repository": { "type": "git", "url": "https://github.com/lanetix/node-pg-require-sql" }, "keywords": [ "pg", "sql", "require", "postgres" ], "author": "Mike Atkins", "license": "MIT", "bugs": { "url": "https://github.com/lanetix/node-pg-require-sql/issues" }, "homepage": "https://github.com/lanetix/node-pg-require-sql", "devDependencies": { "standard": "^4.5.4", "tape": "^4.0.0" }, "dependencies": { "camelize": "^1.0.0", "ramda": "^0.16.0" } }