mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 00:37:36 -06:00
b757d26933
2) Added new release note file.
25 lines
771 B
JSON
25 lines
771 B
JSON
{
|
|
"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 ."
|
|
},
|
|
"packageManager": "yarn@3.8.2",
|
|
"devDependencies": {
|
|
"electron": "latest",
|
|
"eslint": "^9.11.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"bootstrap": "^4.5.3",
|
|
"electron-context-menu": "^4.0.4",
|
|
"electron-store": "^10.0.0"
|
|
}
|
|
}
|