mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
9a76531767
Bumps [eslint](https://github.com/eslint/eslint) from 10.4.0 to 10.4.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.4.0...v10.4.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.1",
|
|
"globals": "17.6.0",
|
|
"jsdoc": "4.0.5",
|
|
"jsdoc-to-markdown": "9.1.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|