{ "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" } }