Adjust the directory structure to prepare for merging into Master.

This commit is contained in:
Liu Zhicong
2023-09-27 11:40:46 -07:00
parent 5146bc1871
commit 030e4c4f52
115 changed files with 413 additions and 160 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "opendan-jarvis-discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:bot": "cross-env ts-node --esm ./src/bot/index.mts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/lodash": "^4.14.195",
"cross-env": "^7.0.3",
"ts-node": "^10.9.1"
},
"dependencies": {
"base64-js": "^1.5.1",
"discord.js": "^14.11.0",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"lodash": "^4.17.21",
"nanoid": "^4.0.2",
"socket.io": "^4.6.2"
}
}