2021-01-29 13:38:27 +05:30
{
"name" : "pgadmin4" ,
"description" : "pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world." ,
"repository" : "https://github.com/postgres/pgadmin4.git" ,
"author" : "pgAdmin Development Team (https://www.pgadmin.org/)" ,
"license" : "PostgreSQL" ,
2024-07-01 11:27:42 +05:30
"type" : "module" ,
"main" : "src/js/pgadmin.js" ,
"scripts" : {
"start" : "electron ." ,
"linter" : "yarn run eslint -c .eslintrc.js ."
2021-01-29 13:38:27 +05:30
},
2025-07-29 11:57:07 +05:30
"packageManager" : "yarn@4.9.2" ,
2024-07-01 11:27:42 +05:30
"devDependencies" : {
2026-04-09 21:31:17 +05:30
"@eslint/js" : "^10.0.1" ,
2026-04-24 14:28:36 +05:30
"electron" : "^41.3.0" ,
"eslint" : "^10.2.1" ,
2026-04-09 21:31:17 +05:30
"eslint-plugin-unused-imports" : "^4.4.1" ,
2026-04-24 14:28:36 +05:30
"globals" : "^17.5.0"
2023-05-15 21:43:32 +05:30
},
2021-01-29 13:38:27 +05:30
"dependencies" : {
2026-04-24 14:28:36 +05:30
"axios" : "^1.15.2" ,
2026-04-09 21:31:17 +05:30
"electron-context-menu" : "^4.1.2" ,
2025-10-06 17:33:12 +05:30
"electron-store" : "^11.0.2"
2024-07-01 11:27:42 +05:30
}
2021-01-29 13:38:27 +05:30
}