get-stack-trace
Version:
Stack traces as an array of stack frames with source maps support.
42 lines (41 loc) • 980 B
JSON
{
"author": {
"email": "gajus@gajus.com",
"name": "Gajus Kuizinas",
"url": "https://gajus.com"
},
"dependencies": {
"stacktrace-parser": "^0.1.10"
},
"description": "Stack traces as an array of stack frames with source maps support.",
"devDependencies": {
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/github": "^9.1.0",
"@semantic-release/npm": "^11.0.0",
"eslint": "^8.50.0",
"eslint-config-canonical": "^41.2.3",
"vitest": "^0.34.5"
},
"engines": {
"node": ">=18.0"
},
"files": [
"dist"
],
"keywords": [
"stack trace"
],
"main": "./dist/index.js",
"name": "get-stack-trace",
"repository": {
"type": "git",
"url": "git@github.com:gajus/get-stack-trace.git"
},
"scripts": {
"build": "rm -fr ./dist && tsc --project tsconfig.build.json",
"lint": "eslint . && tsc --noEmit",
"test": "vitest"
},
"types": "./dist/index.d.ts",
"version": "3.1.1"
}