-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.03 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.03 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
{
"name": "nodeqb",
"version": "3.2.0-beta",
"description": "Query builder for node mysql. Inspired concept from laravel",
"keywords": [
"mysql",
"laravel",
"node query builder",
"query builder",
"nodeqb",
"await",
"async",
"es6",
"sql",
"where",
"php convert",
"php",
"mongo",
"typescript"
],
"author": "prasanth <prasanth1036@gmail.com>",
"main": "lib/src/index.js",
"license": "MIT",
"homepage": "https://github.com/prasanthreact/nodeqb/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/prasanthreact/nodeqb/"
},
"bugs": "https://github.com/prasanthreact/nodeqb/issues",
"scripts": {
"start": "ts-node-dev --respawn example/index.ts",
"build": "tsc"
},
"dependencies": {
"@types/mysql": "^2.15.18",
"mysql": "^2.18.1",
"trim-newlines": "^3.0.1"
},
"devDependencies": {
"@types/node": "^15.6.0",
"ts-node-dev": "^1.1.6",
"typescript": "^4.3.2"
},
"engines": {
"node": ">=8.0"
}
}