mskdb
Version:
This is a nosql database, built with node js
25 lines • 675 B
JSON
{
"name": "mskdb",
"version": "0.1.6",
"description": "This is a nosql database, built with node js",
"main": "mskdb.js",
"scripts": {
"publish": "npm publish",
"test": "node index.js",
"dev": "nodemon index.js"
},
"keywords": ["json db", "msk", "db", "nosql", "serverless", "javascript", "node", "react", "dom", "frontend", "backend", "server", "mdb"],
"author": {
"name": "Mrskillz",
"url": "https://www.linkedin.com/in/mrskillz/",
"email": "skillzdboss@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Mr-skillz/mdb.git"
},
"dependencies": {
"fs-extra": "^11.2.0"
}
}