UNPKG

pg-function-procedure-lib

Version:

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

34 lines (33 loc) 823 B
{ "name": "pg-function-procedure-lib", "version": "1.0.0", "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", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lamlhvn/pg-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-libs/issues" }, "homepage": "https://github.com/lamlhvn/pg-libs#readme", "dependencies": { "@types/pg": "^8.11.10" }, "devDependencies": { "typescript": "^5.7.2" } }