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
} ,
2024-07-01 11:27:42 +05:30
"packageManager" : "yarn@3.8.2" ,
"devDependencies" : {
2024-08-01 16:03:05 +05:30
"electron" : "latest" ,
2024-10-01 15:50:22 +05:30
"eslint" : "^9.11.1"
2023-05-15 21:43:32 +05:30
} ,
2021-01-29 13:38:27 +05:30
"dependencies" : {
2024-09-23 16:33:20 +05:30
"axios" : "^1.7.7" ,
"electron-context-menu" : "^4.0.4" ,
2024-07-03 11:46:16 +05:30
"electron-store" : "^10.0.0"
2024-07-01 11:27:42 +05:30
}
2021-01-29 13:38:27 +05:30
}