mongorai
Version:
Light MongoDB client for the web. Minimalistic UI used React with minimum dependencies.
46 lines (45 loc) • 967 B
JSON
{
"name": "mongorai",
"version": "1.0.11",
"license": "MIT",
"author": "Nick G.",
"keywords": [
"MongoDB",
"administration",
"explore",
"query",
"gui"
],
"repository": {
"type": "git",
"url": "https://github.com/Psychosynthesis/Mongorai.git"
},
"dependencies": {
"body-parser": "^1.19.1",
"commander": "^8.3.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"figlet": "^1.5.2",
"mongodb": "^5.9.2",
"nedb": "^1.8.0"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^4.17.13",
"@types/figlet": "^1.5.4",
"@types/nedb": "^1.8.12",
"typescript": "^5.8.2"
},
"main": "./dist/server.js",
"scripts": {
"server": "npx tsc & npx nodemon --inspect=9017 ./dist/server.js",
"build": "tsc",
"prepublish": "npm run build"
},
"bin": {
"mongorai": "./dist/cli.js"
},
"files": [
"/dist"
]
}