{
  "name": "@nestjs-mod/files",
  "description": "Files module with an error filter, controller and rest-sdk for work with module from other nodejs appliaction",
  "version": "1.3.3",
  "keywords": [
    "feature",
    "nestjs",
    "nestjs-mod",
    "mod",
    "files",
    "filter",
    "controller",
    "rest",
    "sdk"
  ],
  "license": "MIT",
  "author": "EndyKaufman <admin@site15.ru>",
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/nestjs-mod/nestjs-mod-contrib/issues"
  },
  "homepage": "https://github.com/nestjs-mod/nestjs-mod-contrib",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs-mod/nestjs-mod-contrib.git"
  },
  "maintainers": [
    {
      "name": "EndyKaufman",
      "email": "admin@site15.ru"
    }
  ],
  "peerDependencies": {
    "tslib": "*",
    "@nestjs/common": "*",
    "@nestjs-mod/swagger": "*",
    "@nestjs/swagger": "*",
    "nestjs-translates": "*",
    "@nestjs-mod/common": "*",
    "@nestjs-mod/webhook": "*",
    "axios": "*",
    "rxjs": "*",
    "ws": "*",
    "class-validator": "*"
  },
  "peerDependenciesMeta": {
    "tslib": {
      "optional": true
    },
    "@nestjs/common": {
      "optional": true
    },
    "@nestjs-mod/swagger": {
      "optional": true
    },
    "@nestjs/swagger": {
      "optional": true
    },
    "nestjs-translates": {
      "optional": true
    },
    "@nestjs-mod/common": {
      "optional": true
    },
    "@nestjs-mod/webhook": {
      "optional": true
    },
    "axios": {
      "optional": true
    },
    "rxjs": {
      "optional": true
    },
    "ws": {
      "optional": true
    },
    "class-validator": {
      "optional": true
    }
  },
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts",
  "i18n": [
    {
      "scope": "files",
      "path": "src/i18n",
      "strategy": "join"
    },
    {
      "scope": "files-getText",
      "path": "src/i18n/getText",
      "strategy": "join"
    }
  ],
  "types": "./src/index.d.ts"
}
