{
  "name": "@orbis-systems/orbis-api-middleware",
  "version": "0.6.4",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "umd:main": "dist/index.umd.js",
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.modern.js"
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "prebuild": "npm test && npm run clean",
    "build": "microbundle",
    "test": "jest --passWithNoTests",
    "test:manual": "ts-node tests/manualTests.ts",
    "clean": "rimraf ./dist && mkdir dist",
    "lint": "eslint {src,tests}/**/*.{js,ts} --no-error-on-unmatched-pattern",
    "format": "prettier --write {src,tests}/**/*.{js,ts}"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OrbisSystems/orbis-api-middleware.git"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.27.2",
    "date-fns": "^2.28.0",
    "date-fns-timezone": "^0.1.4",
    "date-fns-tz": "^1.3.4",
    "date-holidays": "^2.0.2",
    "lodash": "^4.17.21",
    "memory-cache": "^0.2.0",
    "numbro": "^2.3.6",
    "reflect-metadata": "^0.1.13",
    "tsyringe": "^4.7.0",
    "utility-types": "^3.10.0",
    "uuid": "^8.3.2"
  },
  "peerDependencies": {
    "@orbis-systems/omni-sdk-ts": "^2.5.7"
  },
  "devDependencies": {
    "@orbis-systems/omni-sdk-ts": "^2.5.12",
    "@types/jest": "^27.4.1",
    "@types/lodash": "^4.14.182",
    "@types/memory-cache": "^0.2.2",
    "@types/uuid": "^8.3.4",
    "@types/ws": "^8.5.3",
    "@typescript-eslint/eslint-plugin": "^5.27.1",
    "@typescript-eslint/parser": "^5.27.1",
    "dotenv": "^16.0.1",
    "eslint": "^8.17.0",
    "husky": "^4.3.8",
    "jest": "^27.5.1",
    "lint-staged": "^10.5.4",
    "microbundle": "^0.15.0",
    "organize-imports-cli": "^0.10.0",
    "patch-package": "^6.4.7",
    "prettier": "^2.6.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.1.4",
    "ts-loader": "^9.3.0",
    "ts-node": "^10.8.1",
    "tslib": "^2.4.0",
    "typescript": "^4.7.3",
    "ws": "^8.7.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "npm run lint"
    }
  },
  "lint-staged": {
    "{src,tests}/**/*.{js,ts}": [
      "organize-imports-cli",
      "prettier --write"
    ]
  }
}
