bug-reporterjs-lib
Version:
A lightweight and framework-agnostic JavaScript bug reporter with screenshot capture, error logging, and Axios error tracking. Designed to work seamlessly in Vue, React, and plain JavaScript projects.
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "bug-reporterjs-lib",
"version": "1.2.5",
"description": "A lightweight and framework-agnostic JavaScript bug reporter with screenshot capture, error logging, and Axios error tracking. Designed to work seamlessly in Vue, React, and plain JavaScript projects.",
"repository": {
"type": "git",
"url": "https://github.com/yodzafar/bug-report-lib"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [
"bug-reporterjs-lib",
"html-to-image",
"framework-agnostic",
"javascript",
"error-tracking"
],
"author": "Zafar Yodgorov",
"license": "MIT",
"dependencies": {
"html-to-image": "^1.11.13"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.8.3",
"vite": "^7.0.5",
"vite-plugin-dts": "^4.5.4"
}
}