{
  "name": "frida-compile",
  "version": "19.0.5",
  "description": "Compile a Frida script comprised of one or more Node.js modules",
  "keywords": [
    "frida"
  ],
  "homepage": "https://frida.re",
  "type": "module",
  "bin": {
    "frida-compile": "dist/cli.js"
  },
  "files": [
    "/dist/**/*.js"
  ],
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "watch": "tsc -w"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "commander": "^14.0.0",
    "frida": "^17.8.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.30",
    "typescript": "^5.8.3"
  }
}
