-
Notifications
You must be signed in to change notification settings - Fork 848
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 846 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"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@4.9.2",
"devDependencies": {
"@eslint/js": "^10.0.1",
"electron": "41.2.1",
"eslint": "^10.2.0",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.4.0"
},
"dependencies": {
"axios": "^1.15.0",
"electron-context-menu": "^4.1.2",
"electron-store": "^11.0.2"
}
}