refactor: optimized workflow

This commit is contained in:
snus xD
2025-12-24 10:53:43 +03:00
parent 3f7cf29c00
commit f516b4a2af
4 changed files with 22 additions and 56 deletions

23
package-lock.json generated
View File

@@ -4,23 +4,10 @@
"requires": true,
"packages": {
"": {
"dependencies": {
"adm-zip": "^0.5.16"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/node": "^24.0.15"
}
},
"node_modules/@types/adm-zip": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.7.tgz",
"integrity": "sha512-DNEs/QvmyRLurdQPChqq0Md4zGvPwHerAJYWk9l2jCbD1VPpnzRJorOdiq4zsw09NFbYnhfsoEhWtxIzXpn2yw==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/node": {
"version": "24.0.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.15.tgz",
@@ -30,14 +17,6 @@
"undici-types": "~7.8.0"
}
},
"node_modules/adm-zip": {
"version": "0.5.16",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz",
"integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==",
"engines": {
"node": ">=12.0"
}
},
"node_modules/undici-types": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
@@ -45,4 +24,4 @@
"dev": true
}
}
}
}