-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 601 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 601 Bytes
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
{
"name": "nebula-web",
"version": "7.11.6",
"description": "Explore the web. Freely.",
"type": "module",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"proxy"
],
"author": "Nebula Services",
"license": "AGPL-3.0-only",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@titaniumnetwork-dev/ultraviolet": "^1.0.8-beta",
"@tomphttp/bare-server-node": "^1.2.3",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"nodemailer": "^6.9.1",
"uuid": "^9.0.0"
},
"engines": {
"node": ">=18"
}
}