2021-01-29 02:08:27 -06:00
{
"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 00:57:42 -05:00
"type" : "module" ,
"main" : "src/js/pgadmin.js" ,
"scripts" : {
"start" : "electron ." ,
"linter" : "yarn run eslint -c .eslintrc.js ."
2021-01-29 02:08:27 -06:00
} ,
2024-07-01 00:57:42 -05:00
"packageManager" : "yarn@3.8.2" ,
"devDependencies" : {
2024-07-29 09:04:43 -05:00
"@eslint/js" : "^9.8.0" ,
"electron" : "^31.3.0" ,
"eslint" : "^9.8.0"
2023-05-15 11:13:32 -05:00
} ,
2021-01-29 02:08:27 -06:00
"dependencies" : {
2024-06-11 04:58:21 -05:00
"axios" : "^1.7.2" ,
2024-07-01 00:57:42 -05:00
"bootstrap" : "^4.5.3" ,
2024-07-24 04:41:05 -05:00
"electron-context-menu" : "^4.0.1" ,
2024-07-03 01:16:16 -05:00
"electron-store" : "^10.0.0"
2024-07-01 00:57:42 -05:00
}
2021-01-29 02:08:27 -06:00
}