{
  "name": "mongodb-database-model",
  "description": "MongoDB database model",
  "author": "Lucas Hrabovsky <lucas@mongodb.com>",
  "version": "2.16.2",
  "bugs": {
    "url": "https://jira.mongodb.org/projects/COMPASS/issues",
    "email": "compass@mongodb.com"
  },
  "homepage": "https://github.com/mongodb-js/compass",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "license": "SSPL",
  "keywords": [
    "mongodb-js"
  ],
  "main": "index.js",
  "compass:main": "index.js",
  "types": "./index.d.ts",
  "scripts": {
    "check": "npm run lint && npm run depcheck",
    "test-check-ci": "npm run check && npm test",
    "test": "mocha",
    "lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern",
    "depcheck": "depcheck",
    "test-ci": "npm run test"
  },
  "dependencies": {
    "ampersand-collection": "^2.0.2",
    "ampersand-model": "^8.0.1",
    "mongodb-collection-model": "^5.16.2"
  },
  "devDependencies": {
    "@mongodb-js/eslint-config-compass": "^1.0.12",
    "@mongodb-js/prettier-config-compass": "^1.0.1",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "mocha": "^10.2.0",
    "mongodb-data-service": "^22.16.1"
  }
}
