@freemework/sql.postgres
Version:
Postgres SQL Facade library of the Freemework Project.
59 lines (58 loc) • 1.36 kB
JSON
{
"name": "@freemework/sql.postgres",
"version": "0.16.0",
"description": "Postgres SQL Facade library of the Freemework Project.",
"author": {
"name": "Freemework Project",
"email": "dev@freemework.org",
"url": "https://docs.freemework.org"
},
"contributors": [
{
"name": "Maxim Anurin",
"email": "maxim.anurin@freemework.org",
"url": "https://www.anurin.name"
}
],
"license": "Apache-2.0",
"keywords": [
"freemework",
"free",
"me",
"work",
"postgres"
],
"repository": {
"type": "git",
"url": "https://github.com/freemework/sql.postgres.git"
},
"bugs": {
"url": "https://github.com/freemework/sql.postgres/issues"
},
"engines": {
"node": ">=16.0.0 <23"
},
"dependencies": {
"@freemework/common": "^0.16.0",
"@freemework/sql.misc.migration": "^0.16.0",
"@types/node": "^22.15.17",
"pg": "^8.15.6"
},
"homepage": "https://docs.freemework.org/#common?lang=typescript",
"type": "module",
"types": "./types/index.d.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"exports": {
".": {
"import": {
"default": "./lib/esm/index.js",
"types": "./types/index.d.ts"
},
"require": {
"default": "./lib/cjs/index.js",
"types": "./types/index.d.ts"
}
}
}
}