-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1010 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
33
34
35
36
37
38
39
40
{
"dependencies": {
"pg": "^8.7.1"
},
"name": "query-tool",
"description": "The QueryTool is a library that allows easier and faster connections with Postgres databases. Whit it, you can make insertions, selections, updates and deletions in the database in a simple and effective way.",
"version": "2.0.1",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anapolima/Query-Tool.git"
},
"keywords": [
"sql",
"pg",
"postgre",
"postgres",
"querytool",
"database",
"postgresql",
"connection",
"pool",
"client",
"query",
"tool",
"transaction"
],
"author": "Ana Paula Oliveira de Lima <anaolilima88@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/anapolima/Query-Tool/issues"
},
"homepage": "https://github.com/anapolima/Query-Tool/wiki",
"devDependencies": {
"eslint": "^8.2.0"
}
}