UNPKG

spacce-database-library

Version:

Spacce Database Library for Node Js Application using node-postgres or pg

25 lines (24 loc) 501 B
{ "name": "spacce-database-library", "version": "1.1.0", "description": "Spacce Database Library for Node Js Application using node-postgres or pg ", "main": "database.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "\"dummy\"" }, "keywords": [ "NODE", "POSTGRES", "DATABASE" ], "author": "pintug", "license": "ISC", "dependencies": { "dotenv": "^16.0.3", "pg": "^8.11.0" } }