@skazka/server-pg
Version:
Server PostgreSQL
48 lines • 977 B
JSON
{
"name": "@skazka/server-pg",
"version": "0.0.12",
"description": "Server PostgreSQL",
"main": "index.js",
"files": [
"index.js",
"pool.js"
],
"engines": {
"node": ">=10.0.0"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": "skazkajs",
"authors": [
"SkazkaJS <skazkajs@gmail.com> (https://github.com/skazkajs)",
"Evheniy Bystrov <evheniy.bystrov@gmail.com> (https://github.com/evheniy)"
],
"repository": "https://github.com/skazkajs/skazka/tree/master/packages/server/pg",
"bugs": {
"url": "https://github.com/skazkajs/skazka/issues"
},
"homepage": "https://skazkajs.org/",
"keywords": [
"skazka",
"node.js",
"promise",
"http",
"server",
"rest",
"fast",
"async",
"await",
"https",
"ssl",
"easy",
"PostgreSQL",
"pg"
],
"peerDependencies": {
"@skazka/server-module": "^0.0.4",
"config": "^3.3.1",
"pg": "^8.0.2"
}
}