@sdc-monitor/demo
Version:
<div align="center"> <a href="#" target="_blank"> <img src="https://i.loli.net/2021/07/28/EvPwd4NjVH3tBfO.jpg" alt="mito-logo" height="90"> </a> <p>A Lightweight SDK For Monitor Web</p>
33 lines (32 loc) • 755 B
JSON
{
"name": "@sdc-monitor/web",
"version": "0.0.1",
"description": "A SDK For Monitoring Web(React、Vue) Errors",
"author": "cjinhuo(https://github.com/cjinhuo)",
"license": "MIT",
"main": "dist/web.js",
"module": "dist/web.esm.js",
"types": "dist/web.d.ts",
"files": [
"dist"
],
"homepage": "https://github.com/mitojs/mitojs/blob/master/packages/web/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/mitojs/mitojs.git"
},
"bugs": {
"url": "https://github.com/mitojs/mitojs/issues"
},
"keywords": [
"mitojs",
"sdk",
"web",
"monitor"
],
"dependencies": {
"@sdc-monitor/browser": "0.0.1",
"@sdc-monitor/react": "0.0.1",
"@sdc-monitor/vue": "0.0.1"
}
}