{
    "name": "@afrosintech/model",
    "version": "0.0.18",
    "description": "db model base on raw mongodb",
    "main": "index.js",
    "bin": {
      "model": "bin/index.js"
    },
    "directories": {
      "doc": "docs",
      "lib": "lib",
      "test": "test"
    },
    "scripts": {
      "test": "test"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/afrosintech/model.git"
    },
    "keywords": [
      "model",
      "mongodb",
      "transform",
      "stream",
      "duplex"
    ],
    "author": "Ericson S. weah <ericson.weah@gmail.com> (https://www.ericsonweah.com/)",
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/afrosintech/model/issues"
    },
    "homepage": "https://github.com/afrosintech/model#readme",
    "dependencies": {
      "@afrosintech/db-callback": "^0.0.10",
      "@afrosintech/db-migrate": "^0.0.2",
      "@afrosintech/db-migration": "^0.0.2",
      "@afrosintech/db-promise": "^0.0.2",
      "@afrosintech/db-query": "^0.0.1",
      "@afrosintech/db-query-validator": "^0.0.1",
      "@afrosintech/error-notification": "^0.0.10",
      "@afrosintech/model-man": "^0.0.10",
      "@afrosintech/model-method": "^0.0.11",
      "@afrosintech/schema": "^0.0.2",
      "@afrosintech/template": "^0.0.10",
      "dotenv": "16.0.2",
      "mongodb": "4.9.1"
    }
  }
  