This commit is contained in:
2025-09-09 00:10:53 +03:00
parent 38f2a05107
commit 204fc092d7
239 changed files with 22447 additions and 9536 deletions

View File

@@ -1,14 +1,15 @@
{
"name": "import",
"version": "1.0.0",
"main": "import.js",
"main": "generatorExcel.js",
"scripts": {
"start": "node import.js"
"start": "node generatorExcel.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"exceljs": "^4.4.0",
"sqlite3": "^5.1.7"
}
}