@matricom/staxdb
Version:
A high-performance, zero-copy, embeddable object-graph database for Node.js, built with C++.
43 lines (42 loc) • 918 B
JSON
{
"name": "@matricom/staxdb",
"version": "0.5.16",
"description": "A high-performance, zero-copy, embeddable object-graph database for Node.js, built with C++.",
"main": "index.js",
"author": "matricom",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://github.com/MatricomHQ/StaxDB",
"repository": {
"type": "git",
"url": "git+https://github.com/MatricomHQ/StaxDB"
},
"keywords": [
"database",
"embedded",
"key-value",
"graph",
"zero-copy",
"native",
"fast",
"napi",
"c++"
],
"gypfile": true,
"files": [
"index.js",
"postinstall.js",
"prebuilds/",
"README.md",
"LICENSE.md"
],
"scripts": {
"install": "node postinstall.js",
"test": "node test.js",
"bench": "node bench.js",
"profile": "node profile_bench.js"
},
"dependencies": {
"node-addon-api": "^7.1.0"
},
"devDependencies": {}
}