-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (44 loc) · 904 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
41
42
43
44
{
"name": "harperive",
"version": "2.0.1",
"description": "A Node.Js client to connect HarperDB local or cloud simplifying api request",
"main": "index.js",
"types": "types/index.d.ts",
"keywords": [
"harperdb",
"document",
"model",
"schema",
"database",
"data",
"query",
"nosql",
"sql",
"newsql",
"db"
],
"files": [
"constants",
"lib",
"types",
"utils",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chandan-24/Harperive.git"
},
"author": {
"name": "Chandan Kumar",
"email": "chandan.kumar9503@gmail.com",
"url": "https://www.linkedin.com/in/chandan24/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/chandan-24/Harperive/issues"
},
"homepage": "https://chandan-24.github.io/Harperive/",
"dependencies": {
"request": "^2.88.2"
}
}