2025-10-23 20:31:50 +02:00
|
|
|
{
|
|
|
|
|
"name": "httptoolkit-patcher",
|
2026-03-17 01:05:17 +01:00
|
|
|
"version": "2.0.11",
|
2025-10-23 20:31:50 +02:00
|
|
|
"description": "HTTP Toolkit Pro Patcher",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"bin": "index.js",
|
2025-11-29 00:08:02 +01:00
|
|
|
"author": "xenos1337",
|
2025-10-23 20:31:50 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"start": "node index.js",
|
|
|
|
|
"patch": "node index.js patch",
|
|
|
|
|
"unpatch": "node index.js unpatch",
|
2025-11-24 05:47:59 +01:00
|
|
|
"restore": "node index.js restore"
|
2025-10-23 20:31:50 +02:00
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2026-03-21 17:08:12 +07:00
|
|
|
"@electron/asar": "^4.1.0",
|
|
|
|
|
"chalk": "5.6.2"
|
2025-10-23 20:31:50 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-21 17:08:12 +07:00
|
|
|
"@types/node": "^25.5.0"
|
2025-10-23 20:31:50 +02:00
|
|
|
}
|
|
|
|
|
}
|