-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
37 lines (37 loc) · 858 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "pg-promise-demo",
"version": "3.0.2",
"description": "Advanced demo of using pg-promise.",
"main": "JavaScript/index.js",
"homepage": "https://github.com/vitaly-t/pg-promise-demo",
"repository": {
"type": "git",
"url": "https://github.com/vitaly-t/pg-promise-demo.git"
},
"bugs": {
"url": "https://github.com/vitaly-t/pg-promise-demo/issues",
"email": "[email protected]"
},
"keywords": [
"pg-promise",
"pg-promise demo"
],
"author": {
"name": "Vitaly Tomilov",
"email": "[email protected]"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"dependencies": {
"express": "4.21.1",
"pg-monitor": "2.1.0",
"pg-promise": "11.10.2"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/node": "22.9.0",
"typescript": "5.6.3"
}
}