{
  "name": "@jpmorganchase/mosaic-site-middleware",
  "version": "0.1.0-beta.76",
  "license": "Apache-2.0",
  "description": "Mosaic - Site middleware",
  "repository": {
    "type": "git",
    "url": "git@github.com:jpmorganchase/mosaic.git",
    "directory": "packages/site-middleware"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./index.css": "./dist/index.css",
    ".": {
      "style": "./dist/index.css",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "node": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -fr dist",
    "lint": "eslint --ignore-pattern \"**/__tests__/**\""
  },
  "devDependencies": {
    "aws-sdk-client-mock": "^2.0.1",
    "jest-fetch-mock": "^3.0.3",
    "mock-fs": "^4.14.0",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.256.0",
    "@jpmorganchase/mosaic-schemas": "^0.1.0-beta.76",
    "@jpmorganchase/mosaic-store": "^0.1.0-beta.76",
    "@jpmorganchase/mosaic-types": "^0.1.0-beta.76",
    "@types/mdast": "^3.0.0",
    "acorn": "^8.0.0",
    "acorn-jsx": "^5.0.0",
    "deepmerge": "^4.2.2",
    "jwt-decode": "^3.1.2",
    "lodash-es": "^4.17.21",
    "next": "^13.4.1",
    "next-mdx-remote": "^4.2.1",
    "node-cookie": "^2.1.2",
    "react-error-boundary": "^3.1.4",
    "remark-gfm": "3.0.1",
    "rehype-slug": "^5.0.1",
    "unified": "^10.0.0",
    "unist-util-visit": "^2.0.0",
    "warning": "^3.0.0"
  },
  "peerDependencies": {
    "next-auth": "^4.22.1"
  }
}
