gitea-bot/package.json

18 lines
396 B
JSON
Raw Permalink Normal View History

2022-07-08 22:43:57 +02:00
{
"name": "gitea-bot",
"version": "1.0.1",
2022-07-08 22:43:57 +02:00
"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": {
2022-07-09 00:43:40 +02:00
"axios": "^0.27.2",
2022-07-08 23:05:36 +02:00
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
2022-07-08 22:43:57 +02:00
"express": "^4.18.1"
}
}