{
  "name": "mongoku",
  "version": "1.3.0",
  "license": "MIT",
  "author": "Anthony Moi <m.anthony.moi@gmail.com>",
  "keywords": [
    "MongoDB",
    "administration",
    "explore",
    "query"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/huggingface/Mongoku.git"
  },
  "dependencies": {
    "body-parser": "^1.18.3",
    "chalk": "^2.4.2",
    "commander": "^2.19.0",
    "express": "^4.16.3",
    "figlet": "^1.2.1",
    "mongodb": "^3.2.2",
    "nedb": "^1.8.0"
  },
  "devDependencies": {
    "@types/commander": "^2.12.2",
    "@types/express": "^4.16.0",
    "@types/figlet": "^1.2.0",
    "@types/mongodb": "^3.1.4",
    "@types/nedb": "^1.8.5",
    "@types/node": "^10.7.1"
  },
  "main": "./dist/server.js",
  "bin": {
    "mongoku": "./dist/cli.js"
  },
  "files": [
    "/dist"
  ]
}
