mirror of
https://github.com/httptoolkit/frida-interception-and-unpinning.git
synced 2026-09-16 14:12:16 +02:00
15 lines
267 B
JSON
15 lines
267 B
JSON
{
|
|
"name": "frida-scripts-native-tests",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "mocha connect-hook.test.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/chai": "^5.2.3",
|
|
"chai": "^6.2.2",
|
|
"frida": "^17.17.0",
|
|
"mocha": "^12.0.0"
|
|
}
|
|
}
|