{
  "name": "@hola.org/mongoku",
  "version": "1.4.4-hola.0",
  "license": "MIT",
  "author": "Anthony Moi <m.anthony.moi@gmail.com>",
  "keywords": [
    "MongoDB",
    "administration",
    "explore",
    "query"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hola/Mongoku.git"
  },
  "dependencies": {
    "body-parser": "^1.19.0",
    "bson": "1.1.4",
    "chalk": "^4.1.0",
    "commander": "^7.1.0",
    "cookie-parser": "1.4.3",
    "express": "^4.17.1",
    "express-session": "^1.17.1",
    "figlet": "^1.3.0",
    "memorystore": "^1.6.5",
    "mongodb": "3.6.12",
    "@seald-io/nedb": "4.0.4",
    "nodemon": "^2.0.7",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2",
    "tslib": "^2.1.0"
  },
  "devDependencies": {
    "@types/commander": "^2.12.2",
    "@types/express": "^4.17.11",
    "@types/express-session": "^1.17.3",
    "@types/figlet": "^1.2.1",
    "@types/mongodb": "3.6.12",
    "@types/node": "^14.14.31",
    "typescript": "^4.2.2"
  },
  "main": "./dist/server.js",
  "scripts": {
    "clean": "rimraf dist",
    "start": "npm-run-all --parallel watch:build watch:server --print-label",
    "watch:build": "tsc --watch",
    "build:app": "cd ./app && npm run build",
    "build:server": "tsc",
    "build": "npm-run-all --parallel build:app build:server --print-label",
    "watch:server": "nodemon /dist/server.js --inspect 0.0.0.0:9017 --watch dist"
  },
  "bin": {
    "mongoku": "./dist/cli.js"
  },
  "files": [
    "/dist"
  ]
}
