mirror of
https://github.com/xenos1337/httptoolkit-patcher.git
synced 2026-07-15 16:20:02 +02:00
23 lines
456 B
JSON
23 lines
456 B
JSON
{
|
|
"name": "httptoolkit-patcher",
|
|
"version": "2.0.5",
|
|
"description": "HTTP Toolkit Pro Patcher",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"bin": "index.js",
|
|
"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": "^3.2.9",
|
|
"chalk": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.9"
|
|
}
|
|
}
|