@marculosus/local-pg
Version:
Global CLI tool to run PGlite as a PostgreSQL-compatible server with wire protocol support
59 lines (58 loc) • 1.29 kB
JSON
{
"name": "@marculosus/local-pg",
"version": "1.2.0",
"description": "Global CLI tool to run PGlite as a PostgreSQL-compatible server with wire protocol support",
"main": "index.js",
"type": "module",
"bin": {
"local-pg": "./bin/local-pg.js",
"pg-local": "./bin/local-pg.js"
},
"scripts": {
"test": "node test-client.js",
"prepublishOnly": "echo 'Ready to publish to npm'"
},
"files": [
"bin/",
"lib/",
"README.md",
"LICENSE"
],
"dependencies": {
"@electric-sql/pglite": "^0.3.2",
"@electric-sql/pglite-socket": "^0.0.6",
"chalk": "^4.1.2",
"proper-lockfile": "^4.1.2"
},
"peerDependencies": {
"pg": "^8.16.0"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"pglite",
"postgresql",
"postgres",
"database",
"wasm",
"server",
"cli",
"wire-protocol",
"embedded-database"
],
"homepage": "https://github.com/kalib-code/local-pg",
"repository": {
"type": "git",
"url": "https://github.com/kalib-code/local-pg.git"
},
"bugs": {
"url": "https://github.com/kalib-code/local-pg/issues"
},
"author": {
"name": "karl kenneth alibuas",
"email": "kalibuas@gmail.com",
"url": "https://github.com/kalib-code"
},
"license": "MIT"
}