Files

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