mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
19 lines
486 B
JSON
19 lines
486 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": "^7.32.0",
|
|
"jsdoc": "^4.0.5",
|
|
"jsdoc-to-markdown": "^9.1.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|