Add minimal add-in playgrounds and orchestrator

This commit is contained in:
2025-12-07 21:26:10 -06:00
parent 40bcd939ff
commit ca95d296b5
54 changed files with 13165 additions and 26764 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "minimal-uploader",
"version": "0.1.0",
"private": true,
"main": "run.js",
"scripts": {
"start": "node run.js",
"check": "node run.js --dry-run"
},
"dependencies": {
"@azure/msal-node": "^1.13.0",
"dotenv": "^17.2.3",
"node-fetch": "^2.6.7",
"pdfkit": "^0.13.0",
"csv-parse": "^5.4.1"
,"xlsx": "^0.18.5"
}
}