{
  "name": "drumset",
  "version": "3.2.7",
  "description": "This is a library specifically designed for implementing sagas in Node.js applications",
  "keywords": [
    "framework",
    "saga",
    "workflows",
    "rule engine",
    "complex transactions"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Pavlo Lazunko",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && tsc && tsc-alias && eslint src/**/*.ts{,x}",
    "eslint": "eslint src --ext .ts",
    "format": "npx prettier ./src --write --ignore-unknown",
    "test": "node sandbox/example.js",
    "runtime": "node dist/index.js",
    "prepare": "husky"
  },
  "dependencies": {
    "uuid": "14.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "24.10.13",
    "@types/prettier": "3.0.0",
    "@typescript-eslint/eslint-plugin": "8.56.1",
    "@typescript-eslint/parser": "8.56.1",
    "eslint": "10.0.2",
    "husky": "9.1.7",
    "prettier": "3.8.1",
    "prettier-plugin-multiline-arrays": "4.1.5",
    "ts-node": "10.9.2",
    "tsc-alias": "1.8.16",
    "typescript": "5.9.3",
    "typescript-eslint": "^8.56.1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:databikers/drumset.git"
  }
}
