rusted_graphs_js
Version:
A lightweight, fast and encrypted graph database
28 lines (27 loc) • 531 B
JSON
{
"name": "rusted_graphs_js",
"version": "0.0.5",
"description": "A lightweight, fast and encrypted graph database",
"main": "index.js",
"types": "index.d.ts",
"author": "Janya Joshi <janyajoshi18@gmail.com>",
"license": "CC-BY-SA-4.0",
"homepage": "https://janya.joshi-rj.in/rusted-graphs",
"keywords": [
"graph",
"database",
"rust",
"encrypted",
"napi",
"native"
],
"files": [
"index.js",
"index.d.ts",
"index.darwin-arm64.node",
"index.win32-x64-msvc.node"
],
"engines": {
"node": ">=14"
}
}