mirror of
https://github.com/httptoolkit/frida-interception-and-unpinning.git
synced 2026-09-16 14:12:16 +02:00
16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"name": "frida-scripts-android-tests",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "mocha test.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/chai": "^5.2.3",
|
|
"chai": "^6.2.2",
|
|
"fast-xml-parser": "^5.11.1",
|
|
"mocha": "^12.0.0",
|
|
"mockttp": "^4.6.2"
|
|
}
|
|
}
|