mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
21 lines
548 B
JSON
21 lines
548 B
JSON
{
|
|
"name": "BeEF",
|
|
"version": "0.6.0.0",
|
|
"description": "The Browser Exploitation Framework Project",
|
|
"scripts": {
|
|
"docs": "./node_modules/.bin/jsdoc -c conf.json",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"author": "Wade Alcorn",
|
|
"license": "GNU General Public License v2.0",
|
|
"devDependencies": {
|
|
"@eslint/js": "10.0.1",
|
|
"eslint": "10.4.0",
|
|
"globals": "17.6.0",
|
|
"jsdoc": "4.0.5",
|
|
"jsdoc-to-markdown": "9.1.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|