-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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
{
"name": "subdomain-bot",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --ignore public/*",
"build-tools": "pip install -r tools/sublist3r/requirements.txt && echo \"use docker\""
},
"repository": {
"type": "git",
"url": "subdomain-bot"
},
"author": "",
"license": "MIT",
"dependencies": {
"@bull-board/express": "^4.0.1",
"body-parser": "^1.19.0",
"bull": "^3.18.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"express-validator": "^6.6.1",
"firebase-admin": "^11.0.0",
"mongodb": "^3.6.0",
"mongoose": "^5.10.2",
"puppeteer": "^5.3.0",
"socket.io": "^2.3.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/bull": "^3.14.2",
"@types/express": "^4.17.7",
"@types/express-handlebars": "^3.1.0",
"@types/materialize-css": "^1.0.8",
"@types/mongodb": "^3.5.26",
"@types/puppeteer": "^3.0.1",
"@types/socket.io": "^2.1.11",
"@types/socket.io-client": "^1.4.33",
"nodemon": "^2.0.4"
}
}