mirror of
https://github.com/httptoolkit/frida-interception-and-unpinning.git
synced 2026-09-17 14:42:13 +02:00
This notably drops Appium etc entirely (too much weird & dep noise, very annoying) and uses raw ADB instead. Improves reliability in a few other ways, and updates to properly track the current state of the pinning app.
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"name": "frida-scripts-android-tests",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "mocha test.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/chai": "^5.2.2",
|
|
"chai": "^5.2.0",
|
|
"fast-xml-parser": "^5.3.0",
|
|
"mocha": "^11.7.1",
|
|
"mockttp": "^4.0.1"
|
|
}
|
|
}
|