mirror of
https://github.com/D00Movenok/HTMLSmuggler
synced 2026-06-08 10:49:16 +00:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "html-smuggler",
|
|
"version": "1.2.0",
|
|
"description": "Payload delivery using HTML smuggling",
|
|
"private": true,
|
|
"repository": {
|
|
"url": "https://github.com/D00Movenok/HTMLSmuggler",
|
|
"type": "git"
|
|
},
|
|
"author": "Georgii Gennadev <egor.gennadjev@yandex.ru>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "node builder.js",
|
|
"lint": "eslint . --ext .js --fix --ignore-path .gitignore"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.9",
|
|
"@babel/preset-env": "^7.23.9",
|
|
"babel-loader": "^9.1.3",
|
|
"binary-loader": "^0.0.1",
|
|
"commander": "^11.0.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^8.9.0",
|
|
"eslint-plugin-import": "^2.28.0",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"javascript-obfuscator": "^4.0.2",
|
|
"prettier": "^3.0.0",
|
|
"string-replace-loader": "^3.1.0",
|
|
"webpack": "^5.88.2",
|
|
"webpack-obfuscator": "^3.5.1"
|
|
},
|
|
"dependencies": {
|
|
"@fingerprintjs/botd": "^1.9.0",
|
|
"core-js": "3",
|
|
"fflate": "^0.8.0"
|
|
}
|
|
}
|