{ "name": "airshelf-function-audit", "version": "0.1.0", "private": true, "type": "module", "description": "逐页功能审计:驱动真实 React 路由,点遍每个按钮/切换/标签,报出「点了没反应」的死交互。", "scripts": { "audit": "node audit.mjs", "audit:quick": "node audit.mjs --mode quick" }, "dependencies": { "playwright": "^1.57.0" } }