harperive
Version:
A Node.Js client to connect HarperDB local or cloud simplifying api request
46 lines (44 loc) • 904 B
JSON
{
"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"
}
}