summaryrefslogtreecommitdiff
path: root/packages/gateway/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gateway/package.json')
-rw-r--r--packages/gateway/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/gateway/package.json b/packages/gateway/package.json
new file mode 100644
index 0000000..3ecfdc7
--- /dev/null
+++ b/packages/gateway/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "UmaBotDiscordGateway",
+ "version": "0.1.0",
+ "description": "Official r/okbuddyumamusume Discord Server Gateway Client",
+ "type": "module",
+ "main": "src/index.ts",
+ "scripts": {
+ "start": "tsx src/index.ts",
+ "dev": "tsx watch src/index.ts",
+ "build": "tsc",
+ "type-check": "tsc --noEmit"
+ },
+ "dependencies": {
+ "discord.js": "^14.14.1",
+ "dotenv": "^16.0.3",
+ "iqdb-client": "^3.0.0"
+ },
+ "devDependencies": {
+ "@types/node": "^20.0.0",
+ "tsx": "^4.7.0",
+ "typescript": "^5.0.0"
+ }
+}