{
  "name": "cache-manager-fs-binary-ts",
  "author": "rainb0w-clwn",
  "description": "File system store for node-cache-manager with binary data as files",
  "version": "1.1.9",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">= 14.18.1"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "npx tsc -p tsconfig.build.json",
    "test": "jest --forceExit",
    "check": "npm run lint:check",
    "lint": "eslint --cache --max-warnings 0 --fix 'src/**/*.{ts,mts,js}'",
    "lint:check": "eslint --cache --max-warnings 0 'src/**/*.{ts,mts,js}'"
  },
  "repository": {
    "type": "git",
    "url": "git+github.com/rainb0w-clwn/node-cache-manager-fs-binary-ts.git"
  },
  "keywords": [
    "cache",
    "binary",
    "file",
    "file stream",
    "node-cache-manager"
  ],
  "dependencies": {
    "cache-manager": "^5.1.1",
    "fast-glob": "^3.2.12"
  },
  "devDependencies": {
    "@babel/core": "7.19.3",
    "@babel/plugin-proposal-optional-chaining": "7.18.9",
    "@babel/preset-env": "7.19.4",
    "@babel/preset-typescript": "7.18.6",
    "@types/jest": "29.2.0",
    "@types/node": "16.11.68",
    "@typescript-eslint/eslint-plugin": "5.40.1",
    "@typescript-eslint/parser": "5.40.1",
    "babel-jest": "29.2.1",
    "eslint": "8.25.0",
    "eslint-import-resolver-typescript": "3.5.2",
    "eslint-plugin-import": "2.26.0",
    "jest": "29.2.1",
    "rimraf": "3.0.2",
    "ts-jest": "29.0.3",
    "typescript": "4.8.4"
  },
  "jest": {
    "preset": "ts-jest/presets/js-with-babel",
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": [
        "ts-jest",
        {
          "tsсonfig": "tsconfig.json",
          "babelConfig": true,
          "diagnostics": true
        }
      ]
    },
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!<rootDir>/node_modules/"
    ],
    "coverageDirectory": "coverage",
    "testEnvironment": "node"
  },
  "bugs": {
    "url": "https://github.com/rainb0w-clwn/node-cache-manager-fs-binary-ts/issues"
  },
  "homepage": "https://github.com/rainb0w-clwn/node-cache-manager-fs-binary-ts#readme",
  "directories": {
    "test": "test"
  }
}
