This commit is contained in:
2026-04-13 11:25:40 +09:00
commit 8a24c92395
67 changed files with 276281 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"type": "module",
"dependencies": {
"axios": "^1.15.0",
"cheerio": "^1.2.0",
"csv-parse": "^5.5.6",
"xlsx": "^0.18.5"
}
}