UNPKG

@webda/postgres

Version:

Implements Postgres on webda

65 lines (64 loc) 1.28 kB
{ "name": "@webda/postgres", "version": "3.6.1", "description": "Implements Postgres on webda", "keywords": [ "postgres", "webda" ], "author": "Remi Cattiau <remi@cattiau.com>", "repository": "git://github.com/loopingz/webda.io.git", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "webda build", "build:watch": "webda build --watch", "pretest": "npm run build", "lint": "prettier --check src/**/*", "lint:fix": "prettier --write src/**/*", "test": "c8 mocha" }, "dependencies": { "@webda/core": "^3.18.0", "pg": "^8.7.1" }, "files": [ "lib", "test", "webda.module.json" ], "c8": { "report-dir": "./reports", "reporter": [ "html", "lcov", "json", "text" ], "exclude": [ "**/*.spec.ts" ] }, "homepage": "https://webda.io", "publishConfig": { "access": "public" }, "webda": { "namespace": "Webda" }, "devDependencies": { "@types/node": "18.11.13", "@webda/shell": "^3.13.1" }, "type": "module", "engines": { "node": ">=18.0.0" }, "nx": { "implicitDependencies": [ "@webda/core", "@webda/shell" ] }, "gitHead": "79fedd5b6915347d202c2fc0c8d295c29f118157" }