-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 974 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 974 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "pg-essential",
"version": "1.0.2",
"description": "All the basic functions required to interact with postgres",
"main": "index.js",
"scripts": {
"test": "mocha examples/test/test.js"
},
"keywords": [
"pg-essential",
"pg",
"pg-spice",
"postgres",
"bulk insert",
"bulk-insert",
"postgres node",
"postgres transaction",
"postgres-transaction",
"postgres-SQL-Injection",
"postgres SQL Injection"
],
"author": "Ziauddin <https://github.com/ZiaDev>",
"contributors": [
"Maha Aziz <https://github.com/maha-aziz>",
"Abdullah Waqas <abdullah-waqas>"
],
"repository": {
"type": "git",
"url": "https://github.com/ZiaDev/Pg-essential-dev"
},
"license": "ISC",
"dependencies": {
"pg": "^7.10.0",
"pg-promise": "^8.6.5",
"pg-spice": "^2.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chance": "^1.0.18",
"mocha": "^6.1.4",
"lodash": "^4.17.11"
}
}