67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"name": "frida",
|
|
"version": "15.2.2",
|
|
"authors": [
|
|
"Frida Developers"
|
|
],
|
|
"description": "Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android",
|
|
"keywords": [
|
|
"debugger",
|
|
"tracer",
|
|
"instrumentation",
|
|
"hooking",
|
|
"inject",
|
|
"windows",
|
|
"macos",
|
|
"linux",
|
|
"ios",
|
|
"iphone",
|
|
"ipad",
|
|
"android"
|
|
],
|
|
"homepage": "https://frida.re",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"main": "./dist",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"minimatch": "^5.0.1",
|
|
"nan": "^2.13.2",
|
|
"prebuild-install": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.18",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^18.0.0",
|
|
"chai": "^4.3.4",
|
|
"mocha": "^10.0.0",
|
|
"prebuild": "^11.0.4",
|
|
"ts-node": "^10.0.0",
|
|
"typescript": "^4.3.2"
|
|
},
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"install": "prebuild-install || node-gyp rebuild",
|
|
"prebuild": "prebuild --verbose --strip",
|
|
"test": "npm run prebuild && node --expose-gc node_modules/mocha/bin/_mocha -r ts-node/register test/*.ts"
|
|
},
|
|
"binary": {
|
|
"host": "https://github.com",
|
|
"remote_path": "frida/frida/releases/download/{version}"
|
|
},
|
|
"license": "LGPL-2.0 WITH WxWindows-exception-3.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/frida/frida-node.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/frida/frida-node/issues"
|
|
}
|
|
}
|