Initial commit

This commit is contained in:
kitbyte
2024-11-17 22:02:16 +02:00
commit c6ca06e6dd
5 changed files with 499 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "wemod-patcher",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"asar": "^3.2.0"
}
}