{
  "name": "gridfs-promise",
  "description": "Uses the native GridFSBucket-Api from the new MongoDB NodeJS Driver and wrap it as Promise-Objects",
  "author": "Lars Decker",
  "main": "./src/GridFSPromise",
  "types": "./src/GridFSPromise.d.ts",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/larsdecker/gridfs-promise.git"
  },
  "bugs": {
    "url": "https://github.com/larsdecker/gridfs-promise/issues/new"
  },
  "keywords": [
    "mongodb",
    "gridfs",
    "native-promise",
    "gridFSBucket",
    "nodejs",
    "es6",
    "typescript",
    "mongoose",
    "mongo",
    "async"
  ],
  "version": "6.3.10",
  "scripts": {
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "format": "prettier --write \"src/**/*.ts\""
  },
  "devDependencies": {
    "@types/chai": "^4.3.5",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.16.6",
    "@typescript-eslint/eslint-plugin": "^5.59.5",
    "@typescript-eslint/parser": "^5.59.5",
    "chai": "^4.3.7",
    "eslint": "^8.40.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jsdoc": "^4.0.2",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "mongodb": "^5.4.0"
  }
}
