httptoolkit-patcher/package.json
2026-02-26 17:45:53 +02:00

24 lines
481 B
JSON

{
"name": "httptoolkit-patcher",
"version": "2.0.10",
"description": "HTTP Toolkit Pro Patcher",
"main": "index.js",
"type": "module",
"bin": "index.js",
"author": "xenos1337",
"scripts": {
"start": "node index.js",
"patch": "node index.js patch",
"unpatch": "node index.js unpatch",
"restore": "node index.js restore"
},
"license": "MIT",
"dependencies": {
"@electron/asar": "^4.0.1",
"chalk": "4"
},
"devDependencies": {
"@types/node": "^20.14.9"
}
}