{
  "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
  "name": "stack-trace",
  "description": "Get v8 stack traces as an array of CallSite objects.",
  "version": "1.0.0",
  "homepage": "https://github.com/felixge/node-stack-trace",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixge/node-stack-trace.git"
  },
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "test": "node --test",
    "release": "git push && git push --tags && npm publish"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "license": "MIT"
}
