forked from shiqimei/node-opengauss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 938 Bytes
/
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
{
"name": "node-opengauss",
"keywords": ["opengauss", "database", "database driver", "nodejs", "node.js"],
"version": "1.1.0",
"description": "A simple OpenGauss client for Node.js",
"main": "lib/index.js",
"files": [
"lib/core/**",
"lib/protocol/dist/**",
"lib/protocol/package.json",
"lib/protocol/LICENSE",
"lib/protocol/README.md",
"lib/protocol/tsconfig.json"
],
"repository": "[email protected]:lolimay/node-opengauss.git",
"author": "Shiqi Mei<[email protected]>",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"typescript": "^4.0.3"
},
"dependencies": {
"pg-connection-string": "^2.5.0",
"pg-types": "^3.0.1",
"pgpass": "^1.0.4"
}
}