{
  "name": "@backstage/errors",
  "version": "1.3.0",
  "description": "Common utilities for error handling within Backstage",
  "backstage": {
    "role": "common-library"
  },
  "publishConfig": {
    "access": "public",
    "main": "dist/index.cjs.js",
    "module": "dist/index.esm.js",
    "types": "dist/index.d.ts"
  },
  "keywords": [
    "backstage"
  ],
  "homepage": "https://backstage.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "packages/errors"
  },
  "license": "Apache-2.0",
  "sideEffects": false,
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "backstage-cli package build",
    "clean": "backstage-cli package clean",
    "lint": "backstage-cli package lint",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "test": "backstage-cli package test"
  },
  "dependencies": {
    "@backstage/types": "^1.2.2",
    "serialize-error": "^8.0.1"
  },
  "devDependencies": {
    "@backstage/cli": "^0.36.1"
  },
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "module": "dist/index.esm.js"
}