Files
gitea-jira-task-bot/package.json
2026-01-29 15:38:49 +08:00

23 lines
476 B
JSON

{
"name": "gitea-jira-sync",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@hono/node-server": "^1.19.9",
"axios": "^1.13.2",
"better-sqlite3": "^12.6.2",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"hono": "^4.11.7",
"j2m": "^1.1.0"
}
}