{
  "name": "bpmn-server",
  "version": "2.3.8",
  "description": "BPMN 2.0 Server including Modeling, Execution and Presistence, an open source for Node.js",
  "license": "MIT",
  "scripts": {
    "build": "tsc --build",
    "clean": "rimraf dist",
    "docs:api": "rimraf ../docs/docs/api && typedoc --options typedoc.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https:github.com/bpmnServer/bpmn-server.git"
  },
  "keywords": [
    "BPMN",
    "BPMN 2.0",
    "Workflow",
    "Node.js",
    "TypeScript"
  ],
  "author": {
    "name": "ralphhanna"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "src/**/*.ts",
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts",
    "README.md"
  ],
  "dependencies": {
    "@lukeed/uuid": "^2.0.1",
    "bcrypt": "^6.0.0",
    "bpmn-moddle": "^8.1.0",
    "camunda-bpmn-moddle": "^4.4.0",
    "chalk": "^2.4.2",
    "compression": "^1.7.4",
    "connect-busboy": "^1.0.0",
    "connect-flash": "^0.1.1",
    "cookie-parser": "^1.4.5",
    "core-js": "^3.6.5",
    "cron-parser": "^2.16.3",
    "dayjs": "^1.11.10",
    "debug": "^4.3.1",
    "dotenv": "^8.2.0",
    "errorhandler": "^1.5.1",
    "eventemitter3": "^5.0.1",
    "feelin": "^4.3.0",
    "fs-extra": "^9.1.0",
    "iso8601-duration": "^1.2.0",
    "lodash": "^4.17.20",
    "lusca": "^1.7.0",
    "minimist": "^1.2.8",
    "moment": "^2.29.4",
    "mongodb": "^3.6.0",
    "morgan": "^1.10.0",
    "multer": "*",
    "nock": "^12.0.3",
    "nodemon": "^3.0.1",
    "ts-morph": "^27.0.2",
    "typedoc-plugin-markdown": "^3.17.1",
    "xml2js": "^0.6.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.7",
    "@types/express-serve-static-core": "^4.17.9",
    "@types/mime": "^1.3.1",
    "@types/node": "^12.12.7",
    "@types/serve-static": "^1.13.5",
    "dependency-cruiser": "^17.2.0",
    "prettier": "^2.0.5",
    "prism-react-renderer": "^2.3.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^5.0.5",
    "ts-node": "^10.9.2",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=12.0.0"
  }
}
