{
    "name": "frida-swift-bridge",
    "version": "3.0.2",
    "description": "Swift runtime interop from Frida",
    "keywords": [
        "frida-gum",
        "frida-gum-bridge"
    ],
    "main": "./dist/index.js",
    "type": "module",
    "types": "./dist/index.d.ts",
    "files": [
        "/dist/"
    ],
    "scripts": {
        "prepare": "npm run build",
        "build": "tsc",
        "watch": "./watch.sh",
        "format": "prettier --config .prettierrc . --write",
        "lint": "eslint . --ext .ts"
    },
    "author": "Abdelrahman Eid (@hot3eed)",
    "license": "Apache-2.0",
    "devDependencies": {
        "@types/frida-gum": "^19.0.0",
        "frida-compile": "^16.4.1",
        "@types/node": "^18.11.9",
        "@typescript-eslint/eslint-plugin": "^4.30.0",
        "@typescript-eslint/parser": "^4.30.0",
        "eslint": "^7.32.0",
        "prettier": "^2.3.2",
        "typescript": "^5.7.3"
    }
}
