Files
pgadmin4/runtime/package.json
T

27 lines
847 B
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.",
"repository": "https://github.com/postgres/pgadmin4.git",
"author": "pgAdmin Development Team (https://www.pgadmin.org/)",
"license": "PostgreSQL",
"type": "module",
"main": "src/js/pgadmin.js",
"scripts": {
"start": "electron .",
"linter": "yarn run eslint -c .eslintrc.js ."
},
2025-07-29 11:57:07 +05:30
"packageManager": "yarn@4.9.2",
"devDependencies": {
"@eslint/js": "^10.0.1",
"electron": "^41.3.0",
"eslint": "^10.2.1",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.5.0"
},
"dependencies": {
"axios": "^1.15.2",
"electron-context-menu": "^4.1.2",
2025-10-06 17:33:12 +05:30
"electron-store": "^11.0.2"
}
}