-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "js-reverse-ops",
"version": "0.1.14",
"description": "Agent-oriented JavaScript reverse-engineering workflow, playbook runner, and delivery artifact toolkit.",
"license": "MIT",
"type": "commonjs",
"bin": {
"jsro": "scripts/jsro.js"
},
"scripts": {
"check": "bash scripts/check_public_release.sh",
"benchmark": "node scripts/run_public_benchmarks.js",
"scorecard": "node scripts/generate_capability_scorecard.js"
},
"keywords": [
"javascript",
"reverse-engineering",
"deobfuscation",
"browser-hooks",
"codex-skill"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"escodegen": "^2.1.0",
"esprima": "^4.0.1",
"estraverse": "^5.3.0"
}
}