{
  "name": "@ostro/database",
  "version": "1.4.5",
  "description": "Database module for OstroJS",
  "main": "databaseManager.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@ostro/contracts": "^1.0.2",
    "@ostro/support": "^1.2.0",
    "@ostro/pagination": "^1.0.4",
    "fs-extra": "^8.1.0",
    "knex": "^2.3.0",
    "lodash": "^4.17.21",
    "lodash.get": "^4.4.2"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "engineStrict": true,
  "keywords": [
    "database",
    "query builder",
    "model",
    "eloquent"
  ],
  "author": "amar",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ostrojs/database.git"
  },
  "bugs": {
    "url": "https://github.com/ostrojs/database/issues"
  },
  "homepage": "https://github.com/ostrojs/database#readme"
}
