feat:文件列表与依赖列表

This commit is contained in:
Tianpao
2025-10-05 19:36:21 +08:00
parent f7cd96af43
commit ce2d44689d
11 changed files with 395 additions and 11 deletions

View File

@@ -17,11 +17,13 @@
"test": "tsc&&node dist/main.js"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/node": "^24.6.2",
"@types/pg": "^8.15.5",
"typescript": "^5.9.3"
},
"dependencies": {
"express": "^5.1.0",
"postgres": "^3.4.7"
"pg": "^8.16.3"
}
}