forked from vitaly-t/pg-promise-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 917 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
38
39
{
"name": "pg-promise-demo",
"version": "1.5.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": ">=8.0.0"
},
"dependencies": {
"bluebird": "3.7.2",
"express": "4.17.1",
"pg-monitor": "1.4.1",
"pg-promise": "10.6.0"
},
"devDependencies": {
"@types/bluebird": "3.5.32",
"@types/express": "4.17.7",
"@types/node": "14.6.0",
"typescript": "4.0.2"
}
}