qjson-db-temp
Version:
Lightweight local JSON-based database for Node.js projects.
34 lines (33 loc) • 706 B
JSON
{
"name": "qjson-db-temp",
"version": "1.1.0",
"description": "Lightweight local JSON-based database for Node.js projects.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"json",
"database",
"lightweight",
"storage",
"file",
"fs",
"local-db",
"embedded-db"
],
"author": "Greitan.co",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlphaMSq/qjson-db"
},
"bugs": {
"url": "https://github.com/AlphaMSq/qjson-db/issues"
},
"homepage": "https://github.com/AlphaMSq/qjson-db#readme",
"engines": {
"node": ">=16.0.0"
}
}