{
  "name": "nodejs-workflow",
  "version": "1.0.5",
  "description": "A Node.js library for managing workflows, inspired by Laravel Workflow.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint .",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "nodejs",
    "workflow",
    "state",
    "machine",
    "manager"
  ],
  "author": "Oğuzhan ÇART",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.3",
    "express": "^4.19.2",
    "jest": "^26.6.3",
    "mongodb": "^6.8.0",
    "redis": "^4.7.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.12",
    "@types/mongodb": "^4.0.7",
    "axios": "^0.21.1",
    "eslint": "^7.0.0",
    "express": "^4.17.1",
    "jest": "^26.6.3",
    "mongodb": "^6.8.0",
    "ts-jest": "^26.0.0",
    "typescript": "^4.0.0"
  }
}
