@webda/postgres
Version:
Implements Postgres on webda
65 lines (64 loc) • 1.28 kB
JSON
{
"name": "@webda/postgres",
"version": "3.6.0",
"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.17.1",
"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.0"
},
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"nx": {
"implicitDependencies": [
"@webda/core",
"@webda/shell"
]
},
"gitHead": "b9446d5fdc41c055a4b0cebe30892dfd1304f423"
}