mirror of
https://github.com/rastvl/akamai-deobfuscator-2.0.git
synced 2025-04-08 09:43:47 +08:00
26 lines
680 B
JSON
26 lines
680 B
JSON
{
|
|
"name": "akamai",
|
|
"version": "1.0.0",
|
|
"description": "Akamai Bot Manager 2.0 dynamic script deobfuscator from asos",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node utils/server.js & node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rastvl/akamai-deobfuscator-2.0.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/rastvl/akamai-deobfuscator-2.0/issues"
|
|
},
|
|
"homepage": "https://github.com/rastvl/akamai-deobfuscator-2.0#readme",
|
|
"dependencies": {
|
|
"canvas": "^2.11.0",
|
|
"jsdom": "^21.1.0"
|
|
}
|
|
}
|