-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 759 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
{
"name": "sniffers",
"version": "1.0.0",
"description": "An advanced website reverse-engineering and automation toolkit using Playwright. Capture APIs, DOM actions, and generate ready-to-use automation blueprints.",
"main": "recon.js",
"scripts": {
"start": "node recon.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kunaldevelopers/Reverse-Engine-OS.git"
},
"keywords": [
"reverse-engineering",
"playwright",
"automation",
"recon",
"api-sniffer",
"ethical-hacking"
],
"author": "Kunal Developers",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"axios": "^1.13.6",
"playwright": "^1.58.2"
}
}