mutiple
Version:
A SDK for monitoring browser and miniPrograme errors
27 lines (26 loc) • 656 B
JSON
{
"name": "@mutiple/web",
"version": "1.0.0",
"description": "A SDK for monitoring web errors",
"author": "cjinhuo",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"dependencies": {
"@mutiple/utils": "1.0.0",
"@mutiple/core": "1.0.0",
"@mutiple/shared": "1.0.0",
"@mutiple/types": "1.0.0",
"@mutiple/react": "1.0.0",
"@mutiple/vue": "1.0.0"
},
"keywords": [
"mito"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cjinhuo/multiple-npm.git"
},
"homepage": "https://github.com/cjinhuo/multiple-npm/blob/main/README.md"
}