@neabyte/stackz
Version:
Beautiful stack trace formatter with source code context for JavaScript
68 lines (67 loc) • 1.37 kB
JSON
{
"name": "@neabyte/stackz",
"version": "0.1.0",
"description": "Beautiful stack trace formatter with source code context for JavaScript",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "unbuild --minify",
"clean": "rm -rf dist",
"prepublishOnly": "rm -rf dist && npm run build"
},
"keywords": [
"beautifier",
"bun",
"debugging",
"deno",
"error",
"formatter",
"javascript",
"nodejs",
"pretty",
"print",
"source",
"stack",
"stack-trace",
"trace",
"typescript",
"wrapper"
],
"devDependencies": {
"unbuild": "^3.6.1"
},
"author": {
"name": "NeaByteLab",
"email": "me@neabyte.com",
"url": "https://github.com/NeaByteLab"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NeaByteLab/Stackz.git"
},
"bugs": {
"url": "https://github.com/NeaByteLab/Stackz/issues"
},
"homepage": "https://github.com/NeaByteLab/Stackz#readme",
"engines": {
"node": ">=22.0.0"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
}
}