{
  "name": "mro",
  "version": "0.0.95",
  "description": "Map Relations to Objects - ORM but in reverse",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "mro": "src/cli.js"
  },
  "scripts": {
    "dev": "node src/cli.js",
    "test-mysql": "mocha './tests/mysqlTests'",
    "test-postgresql": "mocha './tests/postgresqlTests'",
    "test-sqlite": "mocha './tests/sqliteTests'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anderslatif/MRO.git"
  },
  "keywords": [
    "ORM",
    "MRO",
    "CLI",
    "Mapping",
    "Relational",
    "Object",
    "Relational",
    "Database",
    "Databases",
    "Knex",
    "Knex.js",
    "Objection",
    "Objection.js",
    "DOCS",
    "Documentation"
  ],
  "author": "Anders Latif",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anderslatif/MRO/issues"
  },
  "homepage": "https://github.com/anderslatif/MRO#readme",
  "dependencies": {
    "@inquirer/prompts": "^7.2.1",
    "chalk": "^5.4.1",
    "dotenv": "^16.4.7",
    "mysql2": "^3.12.0",
    "pg": "^8.13.1",
    "pluralize": "^8.0.0",
    "sqlite": "^5.1.1",
    "sqlite3": "^5.1.7"
  },
  "devDependencies": {
    "chai": "^5.1.2",
    "eslint": "^8.57.1",
    "mocha": "^11.0.1"
  }
}
