@lx-frontend/taro-plugin-monitor
Version:
taro 小程序监控插件,收集生命周期、事件、错误等数据
59 lines • 1.41 kB
JSON
{
"name": "@lx-frontend/taro-plugin-monitor",
"version": "1.1.0",
"description": "taro 小程序监控插件,收集生命周期、事件、错误等数据",
"author": "mind <294433706@qq.com>",
"homepage": "",
"license": "ISC",
"main": "index.js",
"types": "./types/index.d.ts",
"files": [
"index.js",
"dist",
"types",
"README.md"
],
"keywords": [
"taro",
"monitor",
"taro-plugin",
"lx",
"frontend"
],
"repository": {
"type": "git",
"url": "git@gitlab.lixinio.com:frontend/lx-basic.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@tarojs/helper": "3.6.35",
"@tarojs/service": "3.6.35",
"@tarojs/shared": "3.6.35",
"tslib": "^2.5.3",
"@lx-frontend/multi-track-shared": "1.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^22.13.12",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^2.79.0",
"rollup-plugin-ts": "^3.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"react": ">=17"
},
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"build:test": "npm run build",
"build:badges": "jest-coverage-badges --output './badges'",
"clean": "rimraf dist",
"clean:coverage": "rimraf coverage",
"test": "npm run clean:coverage && jest"
}
}