{ "name": "fortifycode", "version": "1.0.0", "description": "基于多Agent协同的军工Python代码合规性检查系统", "main": "backend.js", "scripts": { "start": "node backend.js", "dev": "node backend.js", "test": "echo \"Error: no test specified\" && exit 1", "cleanup:dry": "node scripts/cleanup.js", "cleanup": "node scripts/cleanup.js --execute" }, "keywords": [ "code-quality", "python", "linter", "security", "compliance" ], "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.5", "express": "^5.1.0", "multer": "^2.0.2" } }