syncstore.json
Version:
A lightweight, auto-saving JSON store using Proxy in Node.js.
31 lines • 708 B
JSON
{
"name": "syncstore.json",
"version": "1.0.5",
"description": "A lightweight, auto-saving JSON store using Proxy in Node.js.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"No tests yet\""
},
"keywords": [
"json",
"database",
"autosave",
"sync",
"store",
"proxy",
"nodejs",
"lightweight",
"file-based-db"
],
"author": "DinoscapeProgramming",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DinoscapeProgramming/SyncStore.git"
},
"homepage": "https://github.com/DinoscapeProgramming/SyncStore#readme",
"publishConfig": {
"access": "public"
}
}