version endpoint

This commit is contained in:
Fran Jurmanović
2023-10-02 21:34:48 +02:00
parent c07e743480
commit 224c2f32c7
2 changed files with 16 additions and 14 deletions

View File

@@ -1,11 +1,9 @@
{
"name": "scheduled",
"version": "0.0.1",
"name": "legica-dana",
"version": "0.7.0",
"main": "src/app.ts",
"scripts": {
"start": "bun src/app.ts",
"dev": "nodemon app.ts",
"build": "tsc --build"
"start": "bun src/app.ts"
},
"author": "Fran Jurmanović <fjurma12@outlook.com>",
"license": "MIT",