comfydb
Version:
Comfiest Way To Use A Database!
49 lines (48 loc) • 932 B
JSON
{
"name": "comfydb",
"version": "2.0.4",
"description": "Comfiest Way To Use A Database!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/instafluff/ComfyDB.git"
},
"keywords": [
"ComfyDB",
"Instafluff",
"Database",
"Comfy",
"DB",
"Mongo",
"MongoDB",
"Wrapper",
"Interface",
"Easy",
"Intuitive",
"Store",
"Save",
"Get",
"Data",
"Info",
"Storage",
"Search",
"Query"
],
"author": "Instafluff",
"license": "MIT",
"bugs": {
"url": "https://github.com/instafluff/ComfyDB/issues"
},
"homepage": "https://github.com/instafluff/ComfyDB#readme",
"dependencies": {
"mongodb": "^3.5.5"
},
"devDependencies": {
"comfy-mongo": "^1.0.7",
"jest": "^25.2.4"
}
}