2 Commits

Author SHA1 Message Date
Fran Jurmanović
3c6bdeab60 add build script 2024-05-20 23:18:22 +02:00
Fran Jurmanović
11a26bff83 version increase 2024-04-17 20:54:09 +02:00
2 changed files with 5 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -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",