teabot/package.json

15 lines
317 B
JSON
Raw Normal View History

2022-07-08 22:43:57 +02:00
{
"name": "gitea-bot",
"version": "1.0.0",
"description": "Bot for managing gitea issues and projects.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Niclas Thobaben",
"license": "MIT",
"dependencies": {
"express": "^4.18.1"
}
}