{
  "name": "@wisefy/payload",
  "version": "1.0.9-beta.0",
  "description": "Node, React and MongoDB Headless CMS and Application Framework",
  "license": "MIT",
  "author": {
    "email": "info@payloadcms.com",
    "name": "Payload CMS",
    "url": "https://payloadcms.com"
  },
  "maintainers": [
    {
      "name": "Payload CMS",
      "email": "info@payloadcms.com",
      "url": "https://payloadcms.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/payloadcms/payload.git"
  },
  "homepage": "https://payloadcms.com",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "sideEffects": false,
  "bin": {
    "payload": "bin.js"
  },
  "scripts": {
    "copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png}\" dist/",
    "build:tsc": "tsc --p tsconfig.admin.json && tsc --p tsconfig.server.json",
    "build:components": "webpack --config dist/webpack/components.config.js",
    "build": "yarn copyfiles && yarn build:tsc && yarn build:components",
    "build:watch": "nodemon --watch 'src/**' --ext 'ts,tsx' --exec 'yarn build:tsc'",
    "dev": "nodemon",
    "dev:generate-types": "node ./test/generateTypes.js",
    "pretest": "yarn build",
    "test": "yarn test:int && yarn test:components",
    "test:int": "cross-env DISABLE_LOGGING=true jest --forceExit --detectOpenHandles",
    "test:e2e": "cross-env DISABLE_LOGGING=true playwright test",
    "test:e2e:headed": "cross-env DISABLE_LOGGING=true playwright test --headed",
    "test:e2e:debug": "cross-env PWDEBUG=1 DISABLE_LOGGING=true playwright test",
    "test:components": "cross-env jest --config=jest.components.config.js",
    "clean": "rimraf dist",
    "release": "release-it",
    "release:patch": "release-it patch",
    "release:minor": "release-it minor",
    "release:major": "release-it major",
    "release:beta": "release-it prepatch --config .release-it.beta.json",
    "lint": "eslint \"src/**/*.ts\""
  },
  "bugs": {
    "url": "https://github.com/payloadcms/payload"
  },
  "keywords": [
    "payload",
    "cms",
    "content management",
    "framework",
    "typescript",
    "javascript",
    "node",
    "express",
    "headless",
    "graphQL",
    "restful",
    "access control",
    "dashboard",
    "admin panel",
    "api",
    "MongoDB",
    "self hosted",
    "react",
    "auth"
  ],
  "dependencies": {
    "@babel/cli": "^7.12.8",
    "@babel/core": "^7.11.6",
    "@babel/node": "^7.12.6",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-react": "^7.8.3",
    "@babel/preset-typescript": "^7.12.1",
    "@babel/register": "^7.11.5",
    "@date-io/date-fns": "^2.10.6",
    "@faceless-ui/modal": "^1.1.7",
    "@faceless-ui/scroll-info": "^1.2.3",
    "@faceless-ui/window-info": "^2.0.2",
    "@types/is-plain-object": "^2.0.4",
    "babel-jest": "^26.3.0",
    "babel-loader": "^8.1.0",
    "body-parser": "^1.19.0",
    "bson-objectid": "^2.0.1",
    "compression": "^1.7.4",
    "conf": "^10.1.2",
    "connect-history-api-fallback": "^1.6.0",
    "css-loader": "^5.0.1",
    "css-minimizer-webpack-plugin": "^3.4.1",
    "date-fns": "^2.14.0",
    "deep-equal": "^2.0.5",
    "deepmerge": "^4.2.2",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "express-fileupload": "1.3.1",
    "express-graphql": "0.12.0",
    "express-rate-limit": "^5.1.3",
    "falsey": "^1.0.0",
    "file-loader": "^6.2.0",
    "find-up": "4.1.0",
    "flatley": "^5.2.0",
    "fs-extra": "^10.0.0",
    "graphql": "15.4.0",
    "graphql-playground-middleware-express": "^1.7.14",
    "graphql-query-complexity": "^0.7.0",
    "graphql-scalars": "^1.4.0",
    "graphql-type-json": "^0.3.1",
    "html-webpack-plugin": "^5.0.0-alpha.14",
    "http-status": "^1.4.2",
    "is-hotkey": "^0.2.0",
    "is-plain-object": "^5.0.0",
    "isomorphic-fetch": "^3.0.0",
    "jest": "^26.6.3",
    "joi": "^17.3.0",
    "json-schema-to-typescript": "^11.0.0",
    "jsonwebtoken": "^8.5.1",
    "jwt-decode": "^3.1.2",
    "method-override": "^3.0.0",
    "micro-memoize": "^4.0.9",
    "mime": "^2.5.0",
    "mini-css-extract-plugin": "1.3.3",
    "minimist": "^1.2.0",
    "mkdirp": "^1.0.4",
    "mongoose": "^6.2.0",
    "mongoose-paginate-v2": "^1.6.1",
    "nodemailer": "^6.4.2",
    "object-to-formdata": "^4.1.0",
    "passport": "^0.6.0",
    "passport-anonymous": "^1.0.1",
    "passport-headerapikey": "^1.2.1",
    "passport-jwt": "^4.0.0",
    "passport-local": "^1.0.0",
    "passport-local-mongoose": "^7.0.0",
    "path-browserify": "^1.0.1",
    "pino": "^6.4.1",
    "pino-pretty": "^4.3.0",
    "pluralize": "^8.0.0",
    "postcss": "^8.4.6",
    "postcss-loader": "^6.2.1",
    "postcss-preset-env": "^7.3.1",
    "prismjs": "^1.21.0",
    "probe-image-size": "^6.0.0",
    "process": "^0.11.10",
    "qs": "^6.9.1",
    "qs-middleware": "^1.0.3",
    "react": "^18.0.0",
    "react-animate-height": "^2.0.20",
    "react-beautiful-dnd": "^13.0.0",
    "react-datepicker": "^3.3.0",
    "react-diff-viewer": "^3.1.1",
    "react-dom": "^18.0.0",
    "react-helmet": "^6.1.0",
    "react-router-dom": "^5.1.2",
    "react-router-navigation-prompt": "^1.8.11",
    "react-select": "^3.0.8",
    "react-simple-code-editor": "^0.11.0",
    "react-toastify": "^8.2.0",
    "sanitize-filename": "^1.6.3",
    "sass": "^1.52.1",
    "sass-loader": "^12.6.0",
    "sharp": "^0.29.3",
    "slate": "^0.72.8",
    "slate-history": "^0.66.0",
    "slate-hyperscript": "^0.66.0",
    "slate-react": "^0.72.1",
    "style-loader": "^2.0.0",
    "terser-webpack-plugin": "^5.0.3",
    "ts-essentials": "^7.0.1",
    "url-loader": "^4.1.1",
    "uuid": "^8.1.0",
    "webpack": "^5.6.0",
    "webpack-bundle-analyzer": "^4.4.1",
    "webpack-cli": "^4.3.1",
    "webpack-dev-middleware": "^4.0.2",
    "webpack-hot-middleware": "^2.25.0"
  },
  "devDependencies": {
    "@bahmutov/cy-api": "^2.1.3",
    "@playwright/test": "^1.23.1",
    "@release-it/conventional-changelog": "^2.0.0",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^13.0.1",
    "@trbl/eslint-config": "^1.2.4",
    "@types/asap": "^2.0.0",
    "@types/babel__core": "^7.1.12",
    "@types/babel__plugin-transform-runtime": "^7.9.1",
    "@types/babel__preset-env": "^7.9.1",
    "@types/body-parser": "^1.19.0",
    "@types/compression": "^1.7.0",
    "@types/conf": "^3.0.0",
    "@types/connect-history-api-fallback": "^1.3.3",
    "@types/eslint": "^7.2.6",
    "@types/express": "^4.17.13",
    "@types/express-fileupload": "^1.1.5",
    "@types/express-rate-limit": "^5.1.0",
    "@types/extract-text-webpack-plugin": "^3.0.4",
    "@types/file-loader": "^4.2.0",
    "@types/hapi__joi": "~17.1.6",
    "@types/html-webpack-plugin": "^3.2.4",
    "@types/ignore-styles": "^5.0.0",
    "@types/is-hotkey": "^0.1.2",
    "@types/isomorphic-fetch": "^0.0.35",
    "@types/jest": "^26.0.15",
    "@types/joi": "^14.3.4",
    "@types/json-schema": "^7.0.9",
    "@types/jsonwebtoken": "^8.5.0",
    "@types/method-override": "^0.0.31",
    "@types/mime": "^2.0.3",
    "@types/mini-css-extract-plugin": "^1.2.1",
    "@types/minimist": "^1.2.1",
    "@types/mkdirp": "^1.0.1",
    "@types/mongoose-paginate-v2": "^1.3.8",
    "@types/node-fetch": "^2.5.7",
    "@types/nodemailer": "^6.4.0",
    "@types/nodemon": "^1.19.0",
    "@types/optimize-css-assets-webpack-plugin": "^5.0.1",
    "@types/passport": "^1.0.4",
    "@types/passport-anonymous": "^1.0.3",
    "@types/passport-jwt": "^3.0.3",
    "@types/passport-local": "^1.0.33",
    "@types/pino": "^6.3.4",
    "@types/pluralize": "^0.0.29",
    "@types/prismjs": "^1.16.2",
    "@types/prop-types": "^15.7.3",
    "@types/qs": "^6.9.5",
    "@types/qs-middleware": "^1.0.1",
    "@types/react": "^18.0.5",
    "@types/react-beautiful-dnd": "^13.0.0",
    "@types/react-datepicker": "^3.1.1",
    "@types/react-dom": "^18.0.1",
    "@types/react-helmet": "^6.1.0",
    "@types/react-router-dom": "^5.1.6",
    "@types/react-select": "^3.0.26",
    "@types/sass": "^1.16.0",
    "@types/sharp": "^0.26.1",
    "@types/testing-library__jest-dom": "^5.9.5",
    "@types/uuid": "^8.3.0",
    "@types/webpack": "4.41.26",
    "@types/webpack-bundle-analyzer": "^4.4.0",
    "@types/webpack-dev-middleware": "4.0.0",
    "@types/webpack-env": "^1.15.3",
    "@types/webpack-hot-middleware": "2.25.3",
    "@typescript-eslint/eslint-plugin": "^4.8.1",
    "@typescript-eslint/parser": "4.0.1",
    "babel-eslint": "^10.0.1",
    "babel-plugin-ignore-html-and-css-imports": "^0.1.0",
    "copyfiles": "^2.4.0",
    "cross-env": "^7.0.2",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.20.0",
    "eslint-plugin-jest": "^23.16.0",
    "eslint-plugin-jest-dom": "^4.0.1",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-playwright": "^0.9.0",
    "eslint-plugin-react": "^7.18.0",
    "eslint-plugin-react-hooks": "^2.3.0",
    "form-data": "^3.0.0",
    "get-port": "5.1.1",
    "graphql-request": "^3.4.0",
    "mongodb": "^3.6.2",
    "mongodb-memory-server": "^7.2.0",
    "nodemon": "^2.0.6",
    "passport-strategy": "^1.0.0",
    "release-it": "^14.2.2",
    "rimraf": "^3.0.2",
    "serve-static": "^1.14.2",
    "start-server-and-test": "^1.14.0",
    "typescript": "^4.1.2"
  },
  "files": [
    "bin.js",
    "dist",
    "docs",
    "components",
    "scss",
    "*.js",
    "*.d.ts",
    "!jest.config.js",
    "!jest.components.config.js"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
