-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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
44
45
46
47
48
{
"name": "@hexlyoss/dbo",
"author": "Hexly",
"main": "index.js",
"homepage": "https://github.com/HexlyOSS/node-dbo#readme",
"license": "ISC",
"version": "0.2.12",
"bugs": {
"url": "https://github.com/HexlyOSS/node-dbo/issues"
},
"scripts": {
"lib:prepare": " ./node_modules/.bin/install-self-peers --npm -- --ignore-scripts",
"lib:publish": "npm --no-git-tag-version version patch && npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bundleDependencies": false,
"dependencies": {
"camelize": "^1.0.0",
"glob": "^7.1.6",
"lodash": "^4.17.20",
"pg": "^7.18.2",
"pg-promise": "10.3.2",
"pg-sql2": "^2.2.3",
"pgpass": "^1.0.4",
"ramda": "^0.25.0",
"yesql": "^4.1.0"
},
"deprecated": false,
"description": "",
"devDependencies": {
"@team-griffin/install-self-peers": "1.1.1",
"jest": "^24.9.0"
},
"peerDependencies": {
"lodash": "^4.0.0",
"camelize": "^1.0.0",
"glob": "^7.1.3",
"pg": "^7.6.1",
"pg-sql2": "^2.2.1",
"pgpass": "^1.0.2",
"ramda": "^0.25.0",
"yesql": "4.1.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/HexlyOSS/node-dbo.git"
}
}