{
  "name": "@qvac/error",
  "version": "0.2.0",
  "description": "Base error handling library for QVAC",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "format": "prettier --check .",
    "format:fix": "prettier --write .",
    "lint": "lunte",
    "lint:fix": "lunte --fix",
    "typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p test/tsconfig.json",
    "build": "tsc -p tsconfig.build.json",
    "prepare": "npm run build",
    "build:test": "tsc -p test/tsconfig.build.json",
    "test:unit": "npm run build:test && brittle-bare 'test/dist/test/unit/*.test.js'"
  },
  "author": "Tether",
  "keywords": [
    "tether",
    "error",
    "qvac"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/brittle": "^3.5.0",
    "brittle": "^3.10.1",
    "lunte": "^1.8.3",
    "prettier": "^3.9.4",
    "prettier-config-holepunch": "^2.0.0",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tetherto/qvac.git",
    "directory": "packages/error"
  },
  "bugs": "https://github.com/tetherto/qvac/issues",
  "homepage": "https://qvac.tether.io",
  "files": [
    "dist",
    "LICENSE",
    "NOTICE"
  ]
}
