UNPKG

mongo-express-enhanced

Version:
106 lines (105 loc) 2.84 kB
{ "version": "1.0.0-alpha.4.enhanced-1", "author": "https://github.com/mongo-express", "name": "mongo-express-enhanced", "description": "Web-based admin interface for MongoDB", "keywords": [ "admin", "administration", "collection", "database", "GUI", "interface", "manage", "manage-mongo", "mongo", "mongodb", "phpmyadmin", "UI", "web-based" ], "bin": { "mongo-express": "./app.js" }, "repository": { "type": "git", "url": "git://github.com/mongo-express/mongo-express.git" }, "dependencies": { "basic-auth-connect": "^1.0.0", "bluebird": "^3.7.2", "body-parser": "^1.18.3", "bson": "^4.2.0", "busboy": "^0.2.13", "cli-color": "^2.0.0", "commander": "^2.9.0", "cookie-parser": "1.4.4", "cross-env": "^7.0.2", "csurf": "1.10.0", "errorhandler": "1.5.1", "express": "4.17.1", "express-fileupload": "^0.4.0", "express-session": "^1.15.6", "flat": "^2.0.1", "gridfs-stream": "^1.1.1", "json2csv": "^3.7.1", "lodash": "~4.17.4", "method-override": "^2.3.10", "mongodb": "^3.6.2", "mongodb-query-parser": "^2.1.2", "morgan": "^1.9.0", "patch-package": "^6.2.0", "serve-favicon": "^2.5.0", "swig-templates": "2.0.3", "update-notifier": "1.0.2" }, "devDependencies": { "@babel/core": "^7.12.3", "@babel/preset-env": "^7.12.1", "assets-webpack-plugin": "^6.0.3", "babel-loader": "^8.1.0", "bootstrap": "^3.3.7", "chai": "^4.2.0", "clean-webpack-plugin": "^3.0.0", "codemirror": "^5.23.0", "concurrently": "^5.3.0", "copy-webpack-plugin": "^6.2.1", "eslint": "^7.11.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-lodash": "^7.1.0", "jquery": "^3.5.1", "mocha": "^8.2.0", "nodemon": "^2.0.0", "pre-commit": "1.2.2", "renderjson": "dozoisch/renderjson#cd0ef870c1298d53f09555da54e4bf57a0d21414", "supertest": "^5.0.0", "webpack": "^5.0.0", "webpack-cli": "^4.1.0" }, "resolutions": { "**/event-stream": "^4.0.1" }, "engines": { "node": ">=10.0.0", "npm": ">=3.0.0" }, "license": "MIT", "scripts": { "postinstall": "patch-package", "lint": "eslint .", "start": "cross-env NODE_ENV=production node app", "start-dev": "concurrently --kill-others \"nodemon app --watch lib\" \"npm run build-dev\"", "build-dev": "webpack --watch", "build": "cross-env NODE_ENV=production webpack", "test": "npm run mocha && npm run lint", "mocha": "cross-env NODE_ENV=test mocha", "test-watch": "cross-env NODE_ENV=test mocha --watch --reporter spec", "prepublish": "npm run build" }, "pre-commit": [ "test" ], "main": "./middleware", "browserslist": "defaults" }