{
  "name": "@riturajgc/upload-manager-service",
  "version": "1.0.13",
  "description": "Upload manager service for bitnudge",
  "main": "index.js",
  "scripts": {
    "test": "find ./test -name '*.spec.js' | xargs mocha --require src/config/mocha.js"
  },
  "keywords": [
    "bitnudge",
    "upload-manager"
  ],
  "author": "\"Ankit Malhotra <ankit.malhotra@gamechangesns.com>",
  "license": "ISC",
  "dependencies": {
    "fs": "0.0.1-security",
    "image-size": "^0.7.2",
    "lodash": "^4.17.12",
    "md5-file": "^4.0.0",
    "mongoose": "^8.19.2",
    "sharp": "^0.25.1",
    "util": "^0.11.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^7.1.1",
    "rewire": "github:gcsns/rewire#4.0.1-SNYK-JS-MINIMIST-559764",
    "proxyquire": "^2.1.0",
    "sinon": "^7.2.4"
  },
  "directories": {
    "test": "test"
  }
}
