-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "bugreport",
"version": "3.0.0",
"description": "BRS (Bug Report System) — 跨平台崩溃监控 & AI 智能诊断系统 | 面包屑 · 快照 · 脱敏 · WebView · MCP | uni-app/Android/iOS/微信小程序/RN/Electron",
"main": "index.js",
"module": "index.mjs",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
}
},
"files": [
"index.js",
"index.mjs",
"log-viewer.vue",
"log-viewer-common.vue",
"SKILL.md"
],
"keywords": [
"bug-report",
"logging",
"debug",
"uni-app",
"wechat",
"miniprogram",
"react-native",
"android",
"ios",
"electron",
"crash-reporter",
"network-monitor",
"breadcrumbs",
"privacy",
"sanitizer",
"mcp-server",
"ai-agent",
"reasonix",
"skill"
],
"author": "Kepsilent",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kepsilent/Bug-Report-Skill.git"
},
"homepage": "https://github.com/Kepsilent/Bug-Report-Skill#readme"
}