aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2024-12-24 13:56:06 -0500
committerAndrew Lee <andrew@alee14.me>2024-12-24 13:56:06 -0500
commit4811a3eabc1e7afaf17b45f9dea541d987c45717 (patch)
tree7368782062805aa60dcbeeb3377c35076658decc /package.json
downloadfreeso-discord-auth-4811a3eabc1e7afaf17b45f9dea541d987c45717.tar.gz
freeso-discord-auth-4811a3eabc1e7afaf17b45f9dea541d987c45717.tar.bz2
freeso-discord-auth-4811a3eabc1e7afaf17b45f9dea541d987c45717.zip
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..8027b21
--- /dev/null
+++ b/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "bnbso-auth",
+ "module": "index.ts",
+ "type": "module",
+ "devDependencies": {
+ "@types/bun": "latest",
+ "tailwindcss": "^3.4.17"
+ },
+ "peerDependencies": {
+ "typescript": "^5.0.0"
+ },
+ "dependencies": {
+ "axios": "^1.7.9",
+ "dotenv": "^16.4.7",
+ "ejs": "^3.1.10",
+ "express": "^4.21.2",
+ "express-session": "^1.18.1",
+ "form-data": "^4.0.1",
+ "multer": "^1.4.5-lts.1",
+ "passport": "^0.7.0",
+ "passport-discord": "^0.1.4",
+ "sqlite3": "^5.1.7"
+ }
+} \ No newline at end of file