You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "JSON local database is like mongoDB database. It's a simple local database that uses JSON files as collections. A perfect solution of electron/node apps that needs a local database.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"author": "Sanan Ali <alisanan620@gmail.com> (https://Sanan4li.github.io)",