forked from pu8crm6xf/analysiscode
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
628 B
28 lines
628 B
{
|
|
"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"
|
|
}
|
|
}
|