@defra/wls-refdata-extract-processor
Version:
Interface to Microsoft Dynamics. Extract processor for reference data.
42 lines (41 loc) • 1.1 kB
JSON
{
"name": "@defra/wls-refdata-extract-processor",
"version": "12.3.17-alpha.0",
"description": "Interface to Microsoft Dynamics. Extract processor for reference data.",
"main": "src/processor.js",
"type": "module",
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16.13.0"
},
"scripts": {
"start": "node src/processor.js",
"dev": "node -r dotenv/config src/processor.js",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DEFRA/wildlife-licencing.git"
},
"keywords": [
"Dynamics",
"Extract",
"Processor",
"Wildlife",
"licencing"
],
"author": "Graham Willis",
"license": "SEE LICENSE IN LICENCE",
"dependencies": {
"@defra/wls-connectors-lib": "^12.3.16-alpha.0",
"@defra/wls-database-model": "^12.3.17-alpha.0",
"@defra/wls-powerapps-lib": "^12.3.17-alpha.0",
"debug": "^4.3.3",
"dotenv": "^10.0.0",
"sequelize": "^6.12.5"
},
"gitHead": "8edc03e14b268adbfbc5a0aeeca57cb02c58f6ab"
}