-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
38 lines (38 loc) · 1.05 KB
/
package.json
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
31
32
33
34
35
36
37
38
{
"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"
}
}