Compare commits
2 Commits
2.0.6
...
3c6bdeab60
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c6bdeab60 | ||
|
|
11a26bff83 |
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"name": "legica-dana",
|
||||
"version": "2.0.6",
|
||||
"version": "2.0.7",
|
||||
"main": "src/app.ts",
|
||||
"scripts": {
|
||||
"start": "bun run src/app.ts"
|
||||
"start": "bun run src/app.ts",
|
||||
"build-script": "bun build src/app.ts --outdir dist --target bun",
|
||||
"start-build": "bun run dist/app.js"
|
||||
},
|
||||
"author": "Fran Jurmanović <fjurma12@outlook.com>",
|
||||
"license": "MIT",
|
||||
@@ -18,6 +20,7 @@
|
||||
"discord.js": "^12.5.1",
|
||||
"dotenv": "^8.2.0",
|
||||
"elysia": "^0.7.15",
|
||||
"ffmpeg-static": "^5.2.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"minimatch": "^9.0.3",
|
||||
"pino": "^8.15.4",
|
||||
|
||||
Reference in New Issue
Block a user