Revelav3/package.json
CountBleck 767b1d7075
Clean up dependencies and license
The license field in package.json now uses a valid SPDX identifier. Once
again, you are not supposed to insert whatever string you want. This is
the second time I made a change like this. The first time was commit
a83063cf10.

This commit also removes unnecessary dependencies from the Cyclone era
and bumps the versions of those that remain.
2022-11-23 11:42:35 -08:00

24 lines
551 B
JSON

{
"name": "nebula-web",
"version": "7.10.0",
"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": {
"@tomphttp/bare-server-node": "^1.2.2",
"nodemailer": "^6.8.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"serve-static": "^1.15.0"
},
"engines": {
"node": ">=16.0.0"
}
}