Skip to content

Commit

Permalink
Add more information to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelax committed Jan 5, 2025
1 parent 2d937ea commit 5a788eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "mensa-bot",
"version": "1.0.0",
"description": "Telegram Bot for the meal plan in the canteen of Saarland University",
"main": "main.js",
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage",
Expand All @@ -20,5 +24,10 @@
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
},
"repository": {
"type": "git",
"url": "https://github.com/ikelax/mensa-bot.git"
},
"private": true
}

0 comments on commit 5a788eb

Please sign in to comment.