{
  "name": "@workflow/errors",
  "description": "A package for standardizing errors in Workflow SDK",
  "version": "4.1.4",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/workflow.git",
    "directory": "packages/errors"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "devDependencies": {
    "@types/ms": "2.1.0",
    "@types/node": "22.19.0",
    "@workflow/tsconfig": "4.0.1",
    "@workflow/world": "4.1.5"
  },
  "dependencies": {
    "ms": "2.1.3",
    "@workflow/utils": "4.1.3"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "tsc --build --clean && rm -rf dist",
    "typecheck": "tsc --noEmit"
  }
}