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-08-01 05:33:05 -05:00
"electron" : "latest" ,
2024-08-27 01:06:52 -05:00
"eslint" : "^9.9.1"
2023-05-15 11:13:32 -05:00
} ,
2021-01-29 02:08:27 -06:00
"dependencies" : {
2024-08-27 01:07:08 -05:00
"axios" : "^1.7.5" ,
2024-07-01 00:57:42 -05:00
"bootstrap" : "^4.5.3" ,
2024-08-27 01:07:29 -05:00
"electron-context-menu" : "^4.0.2" ,
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
}