15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|