-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 798 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 798 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
{
"name": "sage-engine",
"version": "1.0.0",
"description": "SAGE is a real-time, ML-driven security engine designed to detect and mitigate sophisticated bot attacks against web applications.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ayushcodes27/sage-engine.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/ayushcodes27/sage-engine/issues"
},
"homepage": "https://github.com/ayushcodes27/sage-engine#readme",
"devDependencies": {
"@playwright/test": "^1.61.1",
"@types/node": "^26.0.1"
},
"dependencies": {
"puppeteer": "^25.2.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}