pgadmin4/runtime/package.json

38 lines
1.1 KiB
JSON
Raw Normal View History

{
"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.",
"main": "src/html/pgadmin.html",
"repository": "https://github.com/postgres/pgadmin4.git",
"author": "pgAdmin Development Team (https://www.pgadmin.org/)",
"license": "PostgreSQL",
"chromium-args": "--disable-popup-blocking --disable-gpu --disable-devtools",
"user-agent": "Nwjs:%nwver-%osinfo-%chromium_ver",
"nodejs": true,
"window": {
2022-02-17 06:36:38 -06:00
"width": 750,
"height": 600,
"toolbar": false,
"fullscreen": false,
"frame": false,
"show": true,
"position": "center",
"always-on-top": true,
"icon": "assets/pgAdmin4.png"
},
"icons": {
"256": "assets/pgAdmin4.png"
},
"dependencies": {
"axios": "^1.7.2",
"bootstrap": "^4.5.3"
},
"devDependencies": {
2024-06-27 03:38:01 -05:00
"eslint": "^9.5.0",
"nw": "0.77.0"
},
"scripts": {
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."
2024-03-18 05:53:54 -05:00
},
2024-06-27 03:38:01 -05:00
"packageManager": "yarn@3.8.2"
}