-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 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
{
"name": "sqler-odbc",
"version": "1.2.1",
"description": "@ugate/sqler dialect for ODBC",
"main": "index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "env SQLER_ODBC_VENDOR=postgresql lab -v -P .test -c -t 85 -e prod -I \"FinalizationRegistry,WeakRef\"",
"test-postgresql": "env NODE_ENV=prod env SQLER_ODBC_VENDOR=postgresql node test/lib/main.js crud",
"test-mysql": "env NODE_ENV=prod env SQLER_ODBC_VENDOR=mysql node test/lib/main.js crud",
"test-mssql": "env NODE_ENV=prod env SQLER_ODBC_VENDOR=mssql node test/lib/main.js crud",
"test-oracle": "env NODE_ENV=prod env SQLER_ODBC_VENDOR=oracle node test/lib/main.js crud",
"jsdocp": "jsdocp ./jsdocp/jsdoc.json",
"jsdocp-deploy": "jsdocp -D ./jsdocp/jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ugate/sqler-odbc.git"
},
"keywords": [
"sqler",
"sql",
"ODBC",
"database"
],
"author": "ugate",
"license": "MIT",
"bugs": {
"url": "https://github.com/ugate/sqler-odbc/issues"
},
"homepage": "https://github.com/ugate/sqler-odbc#readme",
"devDependencies": {
"@hapi/code": "^8.0.2",
"@hapi/lab": "^24.1.0",
"@ugate/labrat": "^2.1.0",
"jsdoc": "^3.6.6",
"jsdocp": "^1.2.1",
"minami": "^1.2.3",
"moment-db": "^2.0.0",
"odbc": "^2.3.5",
"sqler": "^5.14.0"
},
"files": [
"/index.js"
]
}