{
  "name": "@hiennc24/mongoose",
  "version": "2.2.21",
  "description": "Mongoose",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"none\" }' mocha -r ts-node/register tests/index.test.ts tests/repository-modules.test.ts",
    "test:load": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"none\" }' mocha -r ts-node/register tests/load.test.ts --timeout 300000",
    "test:all": "npm run test && npm run test:load"
  },
  "keywords": [
    "mongoose",
    "typescript"
  ],
  "author": "Hien Nguyen",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hiennc24/mongoose.git"
  },
  "homepage": "https://github.com/hiennc24/mongoose#readme",
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.13.0",
    "@typescript-eslint/eslint-plugin": "^5.52.0",
    "@typescript-eslint/parser": "^5.52.0",
    "chai": "^4.3.7",
    "dotenv": "^17.2.3",
    "eslint": "^8.34.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "mocha": "^10.2.0",
    "prettier": "^2.8.4",
    "ts-node": "^10.9.1",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "mongoose": "^8.5.4",
    "mongoose-lean-virtuals": "^0.9.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
