mobile-eruda-pro
Version:
移动端调试工具,封装了eruda和eruda-vue,支持微信小程序调试,实时日志,优化点击触发机制,支持URL参数控制,多次点击显示隐藏,全局控制console和alert
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "mobile-eruda-pro",
"version": "1.0.13",
"description": "移动端调试工具,封装了eruda和eruda-vue,支持微信小程序调试,实时日志,优化点击触发机制,支持URL参数控制,多次点击显示隐藏,全局控制console和alert",
"main": "index.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node minify.js",
"prepublishOnly": "npm run build",
"publish": "node publish.js"
},
"keywords": [
"eruda",
"debug",
"mobile",
"vue",
"console",
"devtools",
"wechat",
"miniprogram",
"realtime-log",
"wx",
"小程序",
"微信",
"调试工具",
"移动端"
],
"author": "",
"license": "MIT",
"files": [
"index.min.js",
"websocket-plugin.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/mobile-eruda-pro.git"
},
"bugs": {
"url": "https://github.com/yourusername/mobile-eruda-pro/issues"
},
"homepage": "https://github.com/yourusername/mobile-eruda-pro#readme"
}