saksh-secure
Version:
A Node.js tool to investigate login form security and performance issues
26 lines (25 loc) • 627 B
JSON
{
"name": "saksh-secure",
"version": "2.0.1",
"description": "A Node.js tool to investigate login form security and performance issues",
"main": "src/index.js",
"scripts": {
"start": "node bin/cli.js",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"security",
"login",
"testing",
"ethical-hacking",
"web",
"saksh"
],
"author": "susheelhbti",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"tough-cookie": "^4.1.4",
"yargs": "^17.7.2"
}
}