gitea-bot/package.json

18 lines
396 B
JSON

{
"name": "gitea-bot",
"version": "1.0.1",
"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": {
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"express": "^4.18.1"
}
}