This commit is contained in:
ayyo42069
2026-01-12 13:40:16 +01:00
commit 4171ec2196
6 changed files with 1034 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "httptoolkit-patcher",
"version": "1.0.0",
"description": "Patches HTTP Tool Kit.",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node . patch"
},
"author": "ayyo42069",
"license": "MIT",
"dependencies": {
"@electron/asar": "^3.2.9",
"@electron/fuses": "^1.8.0",
"chalk": "4",
"prompts": "^2.4.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32"
}
}