refactor: monorepo structure
NOTE: discord bot moved to apps only
This commit is contained in:
21
apps/discord-bot/package.json
Normal file
21
apps/discord-bot/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@lbf/discord-bot",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"start": "node dist/index.js",
|
||||
"build": "rm -rf dist && tsc --project tsconfig.build.json && tsc-alias --project tsconfig.build.json",
|
||||
"dev:user": "tsx src/index.ts -- --user"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.2",
|
||||
"tsc-alias": "^1.8.16",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.21.0",
|
||||
"dotenv": "^17.2.3",
|
||||
"zod": "^3.24.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user