-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.28 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "sqler-postgres",
"version": "2.0.0",
"description": "@ugate/sqler dialect for PostgreSQL",
"main": "index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "lab -v -P test -c --coverage-exclude lib -t 85 -e prod",
"test-debug": "lab --inspect-brk -v -P test -c --coverage-exclude lib -t 85 -e prod",
"test-crud": "env NODE_ENV=test node test/lib/main.js crud",
"pretest-docker": "npm install",
"test-docker": "node test/server.js",
"jsdocp": "jsdocp ./jsdocp/jsdoc.json",
"jsdocp-deploy": "jsdocp -D ./jsdocp/jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ugate/sqler-postgres.git"
},
"keywords": [
"sqler",
"sql",
"PostgreSQL",
"database"
],
"author": "ugate",
"license": "MIT",
"bugs": {
"url": "https://github.com/ugate/sqler-postgres/issues"
},
"homepage": "https://ugate.github.io/sqler-postgres",
"devDependencies": {
"@hapi/code": "^8.0.2",
"@hapi/lab": "^24.1.1",
"@ugate/labrat": "^2.1.0",
"image-type": "^4.1.0",
"jsdoc": "^3.6.6",
"jsdocp": "^1.2.2",
"minami": "^1.2.3",
"moment-db": "^2.0.0",
"pg": "^8.5.1",
"read-chunk": "^3.2.0",
"sqler": "^7.0.0"
},
"files": [
"/index.js",
"/lib/**/*"
]
}