-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
47 lines (47 loc) · 1.33 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "necrobrowser",
"version": "1.0",
"description": "Necrobrowser is a browser instrumentation microservice written in NodeJS: it uses the Puppeteer library to control instances of Chrome or Firefox in headless and GUI mode.",
"main": "necrobrowser.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/muraenateam/necrobrowser.git"
},
"author": "Muraena Team",
"license": "BSD 3-Clause",
"bugs": {
"url": "https://github.com/muraenateam/necrobrowser/issues"
},
"homepage": "https://necrobrowser.phishing.click",
"dependencies": {
"chalk": "^4.1.0",
"crypto": "^1.0.1",
"express": "^4.18.2",
"jest": "^26.6.3",
"morgan": "^1.10.0",
"node-eval": "^2.0.0",
"node-telegram-bot-api": "^0.65.0",
"puppeteer": "^19.2.2",
"redis": "^3.0.2",
"shortid": "^2.2.16",
"sshpk": "^1.18.0",
"toml": "^3.0.0",
"typescript": "^4.2.2"
},
"devDependencies": {
"@muraenateam/puppeteer-cluster": "^0.5.0",
"chalk": "^4.1.0",
"express": "^4.18.2",
"jest": "^26.6.3",
"morgan": "^1.10.0",
"node-eval": "^2.0.0",
"puppeteer-extra": "^3.2.2",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"redis": "^3.0.2",
"shortid": "^2.2.16",
"toml": "^3.0.0",
"totp-generator": "^0.0.14",
"typescript": "^4.2.2"
}
}