This commit is contained in:
2026-03-19 14:36:35 +07:00
parent 6d7d86befd
commit 96635dbcf2
28 changed files with 4332 additions and 1683 deletions

View File

@@ -1,11 +1,24 @@
{
"name": "postgres-admin-panel",
"version": "1.0.0",
"description": "PostgreSQL Admin Panel with .env configuration",
"name": "pg-admin-panel",
"version": "2.0.0",
"description": "Production-ready PostgreSQL Admin Panel with modular architecture, dark mode, and responsive design",
"main": "server.js",
"author": "Your Name",
"license": "MIT",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"postgresql",
"admin",
"panel",
"database",
"management"
],
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"express": "^4.18.2",