{
  "name": "yccf-storage",
  "version": "1.0.23",
  "description": "File managing and image resizing - Yandex Cloud Function",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc",
    "publishing": "npm version patch && git push && npm publish",
    "dev": "ts-node src/index.ts"
  },
  "files": [
    "dist"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/mime-types": "^2.1.4",
    "@types/node": "^20.7.0",
    "@types/omit-deep": "^0.3.0",
    "rimraf": "^5.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "3.441.0",
    "@opensearch-project/opensearch": "^2.4.0",
    "@yandex-cloud/function-types": "^2.1.1",
    "axios": "^1.6.2",
    "mime-types": "^2.1.35",
    "mongoose": "^7.0.0",
    "omit-deep": "^0.3.0",
    "sharp": "^0.32.6"
  }
}
