-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 854 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 854 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
{
"name": "@conjurelabs/pg-dir",
"version": "2.3.0",
"description": "query postgres using directories of templatized sql flat files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"postgres",
"pg",
"node",
"template"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ConjureLabs/pg-dir.git"
},
"bugs": {
"url": "https://github.com/ConjureLabs/pg-dir/issues"
},
"homepage": "https://github.com/ConjureLabs/pg-dir#readme",
"files": [
"index.js"
],
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@conjurelabs/dot-template": "2.3.3",
"@conjurelabs/pg-dot-template": "2.0.9",
"chalk": "3.0.0",
"debug": "4.3.1"
},
"peerDependencies": {
"pg": ">= 7.0.0"
}
}