Add minimal add-in playgrounds and orchestrator
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user