{
  "name": "@5minds/processcube_docflow",
  "description": "Create static webpage to view process documentation",
  "license": "proprietary",
  "version": "1.4.0",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "prettier -w ."
  },
  "bin": {
    "docflow": "bin.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/5minds/ProcessCube.DocFlow.git"
  },
  "bugs": {
    "url": "https://github.com/5minds/ProcessCube.DocFlow/issues",
    "email": "product@5minds.de"
  },
  "homepage": "https://processcube.io/docs/",
  "engines": {
    "node": ">=20"
  },
  "author": "5Minds IT-Solutions GmbH & Co. KG",
  "files": [
    "app",
    "public",
    "bin.js",
    "next.config.js",
    "package.json",
    "postcss.config.js",
    "README.md",
    "tailwind.config.js",
    "tsconfig.json"
  ],
  "keywords": [
    "5Minds",
    "BPMN",
    "DocFlow",
    "Documentation",
    "Markdown",
    "Governance",
    "Risk",
    "ProcessCube"
  ],
  "devDependencies": {
    "@trivago/prettier-plugin-sort-imports": "^4.3.0",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "prettier": "^3.3.3",
    "prettier-plugin-tailwindcss": "^0.6.5",
    "tailwindcss": "~3.4.5"
  },
  "dependencies": {
    "@5minds/processcube_app_sdk": "6.1.0",
    "@nextui-org/react": "^2.4.2",
    "@nextui-org/theme": "^2.2.6",
    "@types/node": "^20.14.10",
    "autoprefixer": "~10.4.19",
    "http-server": "^14.1.1",
    "next": "~14.2.5",
    "next-auth": "^4.24.11",
    "postcss": "~8.4.39",
    "react": "~18.3.1",
    "react-dom": "~18.3.1",
    "typescript": "^5.5.3"
  }
}
