First commit of group-ironmen-master directory.

This commit is contained in:
2025-10-27 08:25:16 +08:00
commit a8467389ef
26390 changed files with 35396 additions and 0 deletions

19
group-ironmen-master/cache/package.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "osrs-cache",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"update": "node update.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.3",
"axios": "^0.26.1",
"glob": "^8.0.1",
"sharp": "^0.31.1",
"unzipper": "^0.12.3",
"xml2js": "^0.4.23"
}
}