{
  "name": "@sls-next/core",
  "version": "3.8.0-alpha.0",
  "description": "Handles Next.js routing independent of provider",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/module/index.js",
  "directories": {
    "dist": "dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serverless-nextjs/serverless-next.js.git",
    "directory": "packages/libs/core"
  },
  "scripts": {
    "prepack": "yarn clean && yarn build",
    "build": "tsc -p tsconfig.build.json && tsc -p tsconfig.module.json && yarn copy-sharp-modules",
    "clean": "yarn rimraf dist",
    "copy-sharp-modules": "ts-node --project tsconfig.scripts.json scripts/copy-sharp-modules.ts",
    "test": "jest"
  },
  "keywords": [
    "Next.js",
    "Serverless"
  ],
  "author": "Jan Varho <jan.varho@gmail.com> et al",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/serverless-nextjs/serverless-next.js/issues"
  },
  "homepage": "https://github.com/serverless-nextjs/serverless-next.js#readme",
  "dependencies": {
    "@hapi/accept": "5.0.2",
    "cookie": "0.4.2",
    "execa": "5.1.1",
    "fast-glob": "3.2.11",
    "fresh": "0.5.2",
    "fs-extra": "9.1.0",
    "is-animated": "2.0.2",
    "jsonwebtoken": "8.5.1",
    "next": "11.1.2",
    "node-fetch": "2.6.5",
    "normalize-path": "3.0.0",
    "path-to-regexp": "6.2.0",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "send": "0.17.2",
    "sharp": "0.29.1"
  },
  "devDependencies": {
    "@babel/core": "7.17.5",
    "@babel/plugin-proposal-class-properties": "7.16.7",
    "@babel/preset-env": "7.16.11",
    "@babel/preset-typescript": "7.16.7",
    "@jest/globals": "27.4.6",
    "@types/cookie": "0.4.1",
    "@types/fresh": "0.5.0",
    "@types/fs-extra": "9.0.13",
    "@types/jest": "27.4.0",
    "@types/jsonwebtoken": "8.5.8",
    "@types/node": "17.0.19",
    "@types/node-fetch": "2.5.12",
    "@types/normalize-path": "3.0.0",
    "@types/react": "17.0.39",
    "@types/react-dom": "17.0.11",
    "@types/send": "0.17.1",
    "@types/sharp": "0.29.5",
    "@types/zen-observable": "0.8.3",
    "cookie": "0.4.2",
    "fetch-mock-jest": "1.5.1",
    "jest": "27.4.7",
    "rimraf": "3.0.2",
    "ts-node": "10.4.0",
    "typescript": "4.5.5"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "/sharp_node_modules/"
    ]
  }
}
