aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 10776ca..ed9fd67 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,10 @@
{
"name": "bnbso-auth",
- "module": "index.ts",
+ "module": "index.js",
"type": "module",
+ "scripts": {
+ "start": "node index.js"
+ },
"devDependencies": {
"@types/bun": "latest"
},
@@ -20,4 +23,4 @@
"passport-discord": "^0.1.4",
"sqlite3": "^5.1.7"
}
-} \ No newline at end of file
+}