Upload files to "/"

init commit
This commit is contained in:
2026-05-08 07:21:31 +00:00
commit 821eaf4fa3
5 changed files with 1268 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "jira-extractor",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"axios": "^1.7.0",
"express": "^4.21.0",
"https-proxy-agent": "^9.0.0"
}
}