{
  "name": "@dbos-inc/dbos-sdk",
  "version": "4.26.10",
  "description": "A Typescript framework built on the database",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dbos-inc/dbos-transact-ts"
  },
  "homepage": "https://docs.dbos.dev/",
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "dbos",
    "task manager",
    "workflow engine",
    "workflows",
    "orchestration",
    "scheduled jobs",
    "cron jobs",
    "queue",
    "background jobs",
    "step function",
    "durable execution",
    "long-running",
    "durable workflow",
    "reliability",
    "parallel processing",
    "flow control",
    "agentic workflow",
    "postgresql"
  ],
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js",
      "require": "./dist/src/index.js"
    },
    "./datasource": {
      "types": "./dist/src/datasource.d.ts",
      "import": "./dist/src/datasource.js",
      "require": "./dist/src/datasource.js"
    },
    "./eventreceiver": {
      "types": "./dist/src/eventreceiver.d.ts",
      "import": "./dist/src/eventreceiver.js",
      "require": "./dist/src/eventreceiver.js"
    }
  },
  "typesVersions": {
    "*": {
      "datasource": [
        "./dist/src/datasource.d.ts"
      ],
      "eventreceiver": [
        "./dist/src/eventreceiver.d.ts"
      ]
    }
  },
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.json && npm run --workspaces build",
    "lint": "eslint --ignore-pattern **/coverage/ .",
    "setversion": "npm run --workspaces setversion && grunt setversion",
    "test": "npm run build && npm run test:packages && npm run test:unit",
    "test:unit": "jest ./tests --coverage --collectCoverageFrom='src/**/*' --detectOpenHandles",
    "test:packages": "npm run --workspaces test",
    "check:package": "npm run build && publint && attw --pack .",
    "prepare": "husky"
  },
  "bin": {
    "dbos": "./dist/src/cli/cli.js",
    "dbos-sdk": "./dist/src/cli/cli.js"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.4",
    "@dbos-inc/otel": "packages/otel",
    "@eslint/js": "^9.22.0",
    "@testcontainers/postgresql": "^12.0.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.19.1",
    "@types/pg": "^8.11.2",
    "@types/supertest": "^6.0.2",
    "@types/ws": "^8.18.0",
    "eslint": "^9.22.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "lint-staged": "^15.4.3",
    "prettier": "^3.4.2",
    "publint": "^0.3.21",
    "supertest": "^7.0.0",
    "testcontainers": "^12.0.1",
    "ts-jest": "^29.2.4",
    "typescript": "^5.4.5",
    "typescript-eslint": "^8.26.1",
    "zod": "^4.3.6"
  },
  "dependencies": {
    "commander": "^12.0.0",
    "pg": "^8.11.3",
    "serialize-error": "^8.1.0",
    "superjson": "^1.13.3",
    "ws": "^8.18.1",
    "yaml": "^2.8.3"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json,css,scss,md}": "prettier --write"
  },
  "overrides": {
    "js-yaml@<4.2.0": "^4.2.0"
  }
}
