{
  "name": "quick-mongo-super",
  "version": "3.0.2",
  "description": "Quick Mongo Super is a light-weight and easy-to-use Node.js module written in TypeScript to work with MongoDB.",
  "main": "./dist/src/index.js",
  "types": "./dist/typings/src/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "rm -rf ./dist && tsc",
    "postinstall": "node postinstall.js",
    "lint": "bash ./scripts/lint.sh",
    "lint:fix": "bash ./scripts/lint.sh --fix"
  },
  "author": "shadowplay1 <shadowplay483@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "mongoose": "^8.5.3",
    "node-fetch": "^2.6.7"
  },
  "directories": {
    "lib": "./dist",
    "test": "./tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shadowplay1/quick-mongo-super.git"
  },
  "keywords": [
    "mongo",
    "mongodb",
    "db",
    "database",
    "nosql",
    "cloud",
    "cloud-database",
    "clouddatabase",
    "super",
    "quick-mongo",
    "quick.db",
    "quick-db",
    "quick-mongo-db",
    "quick-mongo-super",
    "quick",
    "easy",
    "simple",
    "fast",
    "lightweight",
    "clouddata",
    "data",
    "cache",
    "cached",
    "caching",
    "cache-data",
    "cached-data",
    "caching-data",
    "cache-database",
    "cached-database",
    "caching-database",
    "cloud-data",
    "wrapper",
    "mongo.js",
    "mongodb.js",
    "easy-mongo",
    "quick.mongo",
    "quick.mongo-super",
    "quick.mongo.super",
    "quick-mongo.super",
    "quick mongo super",
    "quick mongo",
    "easy mongo",
    "shadowplay"
  ],
  "bugs": {
    "url": "https://github.com/shadowplay1/quick-mongo-super/issues"
  },
  "homepage": "https://github.com/shadowplay1/quick-mongo-super#readme",
  "devDependencies": {
    "@commitlint/config-conventional": "^18.4.0",
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.7",
    "@types/node-fetch": "^2.6.1",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.18.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.5.4"
  }
}
