@defra/wls-file-queue-processor
Version:
Interface to Microsoft Sharepoint. Queue consumer.
42 lines (41 loc) • 1.14 kB
JSON
{
"name": "@defra/wls-file-queue-processor",
"version": "12.3.17-alpha.0",
"description": "Interface to Microsoft Sharepoint. Queue consumer.",
"main": "src/file-queue-processor.js",
"type": "module",
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16.13.0"
},
"scripts": {
"start": "node src/file-queue-processor.js",
"dev": "nodemon -r dotenv/config src/file-queue-processor.js",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DEFRA/wildlife-licencing.git"
},
"keywords": [
"Dynamics",
"Queue",
"Processor",
"Wildlife",
"licencing"
],
"author": "Graham Willis",
"license": "SEE LICENSE IN LICENCE",
"dependencies": {
"@azure/identity": "^2.1.0",
"@defra/wls-connectors-lib": "^12.3.16-alpha.0",
"@defra/wls-database-model": "^12.3.17-alpha.0",
"@defra/wls-queue-defs": "^12.3.17-alpha.0",
"@microsoft/microsoft-graph-client": "^3.0.2",
"dotenv": "^10.0.0"
},
"gitHead": "8edc03e14b268adbfbc5a0aeeca57cb02c58f6ab"
}