@ustinian-wang/js-monitor
Version:
A universal front-end error monitor and reporting tool for Vue and JS.
49 lines (48 loc) • 1.27 kB
JSON
{
"name": "@ustinian-wang/js-monitor",
"private": false,
"version": "0.0.7",
"description": "A universal front-end error monitor and reporting tool for Vue and JS.",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"upus": "yarn upgrade @ustinian-wang/kit@latest"
},
"repository": {
"type": "git",
"url": "https://github.com/ustinian-wang/js-monitor.git"
},
"keywords": [
"monitor",
"error",
"vue",
"frontend",
"report"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ustinian-wang/js-monitor/issues"
},
"homepage": "https://github.com/ustinian-wang/js-monitor#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"@ustinian-wang/kit": "^1.0.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.0-beta.3",
"moment": "^2.30.1",
"rollup-plugin-visualizer": "^6.0.1",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.8.3",
"vite": "^6.3.5"
}
}