-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 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
{
"name": "nosqlmap",
"version": "1.0.0-beta",
"description": "NoSQLMap CLI Tool is a command-line interface (CLI) tool designed to test for NoSQL injection vulnerabilities using Node.js, TypeScript, and Axios. It supports both HTTP and HTTPS requests and works with all HTTP methods.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"nsq-build": "npx tsc",
"nsq": "node dist/nosqlmap.js"
},
"author": "Nego",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.16.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.10",
"@types/random-useragent": "^0.3.3",
"@types/yargs": "^17.0.32",
"axios": "^1.7.4",
"cheerio": "^1.0.0-rc.12",
"colorette": "^2.0.20",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"path": "^0.12.7",
"random-useragent": "^0.5.0",
"request": "^2.88.2",
"socks-proxy-agent": "^8.0.4",
"tor-request": "^3.1.0",
"ts-node": "^10.9.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/request": "^2.48.12"
}
}