pg-create-db
Version:
Database creation tool for PostgreSQL database server
58 lines (57 loc) • 1.18 kB
JSON
{
"name": "pg-create-db",
"description": "Database creation tool for PostgreSQL database server",
"version": "1.1.10",
"bin": {
"pg-create-db": "index.js"
},
"keywords": [
"create_database",
"create",
"database",
"postgres",
"postgresql",
"pg",
"cli",
"pg-tools",
"pg-create-db",
"sql",
"psql"
],
"license": "MIT",
"author": "EndyKaufman <admin@site15.ru>",
"engines": {
"node": ">=14",
"npm": ">=6"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"bugs": {
"url": "https://github.com/EndyKaufman/pg-tools/issues"
},
"homepage": "https://github.com/EndyKaufman/pg-tools",
"repository": {
"type": "git",
"url": "git+https://github.com/EndyKaufman/pg-tools.git"
},
"maintainers": [
{
"name": "EndyKaufman",
"email": "admin@site15.ru"
}
],
"dependencies": {
"cosmiconfig": "9.0.0",
"commander": "13.0.0",
"log4js": "6.9.1",
"tslib": "^2.3.0",
"pg": "8.13.1",
"pg-promise": "10.12.0",
"connection-string": "4.3.5"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}