UNPKG

test-easy-psql

Version:

Welcome to the test-easy-psql documentation! test-easy-psql is a simple intermediary for querying data in PostgreSQL databases. Whether you're a beginner or an experienced developer, this documentation will help you get started with test-easy-psql and lev

46 lines 980 B
{ "name": "test-easy-psql", "version": "0.0.46", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "Readme.md" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "dependencies": { "change-case": "^5.4.4", "easy-pg-scanner": "^1.0.9", "pg": "^8.15.6", "prompt-sync": "^4.2.0", "uuid": "^9.0.0" }, "devDependencies": { "@babel/cli": "^7.22.15", "@babel/core": "^7.22.17", "@babel/preset-env": "^7.22.15", "babel-loader": "^9.1.3", "glob": "^10.3.3", "rollup": "^2.79.1", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-dts": "^1.4.14", "typescript": "^5.2.2", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "keywords": [ "postgres", "pg", "orm", "eager loading", "sql" ], "author": "DimTzilop", "license": "ISC" }