From ce7a1e2bc24f4ffb1e17fab8940a70cd6a0e6a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=B3=EF=BD=95=EF=BD=8E=EF=BD=98=EF=BD=98=E3=80=80?= =?UTF-8?q?=E7=94=9F=E3=82=BE=E6=A1=88?= <92830743+sunxxin@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:18:13 -0800 Subject: [PATCH] Create package.json --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..358fe6f --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "project-ryokucha-web", + "version": "7.10.0", + "description": "Explore the web. Freely with nahida services.", + "type": "module", + "main": "app.js", + "scripts": { + "start": "node app.js" + }, + "keywords": [ + "proxy" + ], + "author": "Nahida 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" + } +}