{
  "name": "@monkey2582/thinconsole",
  "version": "1.6.0",
  "description": "thinConsole是一个轻量级、功能丰富的浏览器端 JavaScript 控制台增强库。它提供了一个可浮动的按钮，点击后可以展开一个功能强大的控制台面板，用于捕获和查看日志、管理本地存储（LocalStorage）、记录系统事件，并支持通过插件系统进行扩展。",
  "keywords": [
    "console",
    "thinconsole",
    "js",
    "debug",
    "jsdebug"
  ],
  "license": "MIT",
  "author": "monkey2582",
  "type": "commonjs",
  "main": "thinConsole.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
