{
  "name": "error-stack-parser-es",
  "type": "module",
  "version": "2.0.1",
  "description": "Cross-browser Error parser",
  "maintainers": [
    "Anthony Fu <anthonyfu117@hotmail.com> (https://antfu.me)",
    "Eric Wendelin <me@eriwen.com> (https://www.eriwen.com)",
    "Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)",
    "Oliver Salzburg (https://github.com/oliversalzburg)",
    "Ben Gourley (https://github.com/bengourley)"
  ],
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu-collective/error-stack-parser-es#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/error-stack-parser-es.git"
  },
  "bugs": "https://github.com/antfu-collective/error-stack-parser-es/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./lite": "./dist/lite.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@antfu/eslint-config": "^9.1.0",
    "@antfu/ni": "^30.2.0",
    "@antfu/utils": "^9.3.0",
    "@types/node": "^26.1.0",
    "bumpp": "^11.1.0",
    "eslint": "^10.6.0",
    "nano-staged": "^1.0.2",
    "publint": "^0.3.21",
    "simple-git-hooks": "^2.13.1",
    "tsdown": "^0.22.3",
    "tsx": "^4.22.5",
    "typescript": "^6.0.3",
    "vite": "^8.1.3",
    "vitest": "^4.1.9"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx nano-staged"
  },
  "nano-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "eslint",
    "release": "bumpp",
    "start": "tsx src/index.ts",
    "test": "vitest",
    "typecheck": "tsc"
  }
}