新增数据库相关语句脚本
This commit is contained in:
14
codes/games/sql/export/package.json
Normal file
14
codes/games/sql/export/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "youle-sql-export",
|
||||
"version": "1.0.0",
|
||||
"description": "转卡报表导出工具",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"export": "node export_summary.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"exceljs": "^4.4.0",
|
||||
"mysql2": "^3.22.0",
|
||||
"tunnel-ssh": "^5.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user