UNPKG

pg-db-libs

Version:

A TypeScript library for calling PostgreSQL functions and procedures with entity mapping

35 lines (34 loc) 850 B
{ "name": "pg-db-libs", "version": "1.0.1", "description": "A TypeScript library for calling PostgreSQL functions and procedures with entity mapping", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npx tsc", "clean": "del /Q /S build dist", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/lamlhvn/pg-db-libs.git" }, "keywords": [ "postgresql", "pg", "typescript", "entity-mapper" ], "author": "Ly Hong Lam mr.jinayu@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/lamlhvn/pg-db-libs/issues" }, "homepage": "https://github.com/lamlhvn/pg-db-libs#readme", "dependencies": { "@types/pg": "^8.11.10" }, "devDependencies": { "typescript": "^5.7.2" } }