@defra-fish/connectors-lib
Version:
Shared connectors
45 lines (44 loc) • 895 B
JSON
{
"name": "@defra-fish/connectors-lib",
"version": "1.59.0-rc.processRP",
"description": "Shared connectors",
"type": "module",
"engines": {
"node": ">=18.17"
},
"keywords": [
"rod",
"licensing",
"sales",
"api"
],
"author": "DEFRA",
"license": "SEE LICENSE IN LICENSE",
"main": "src/connectors.js",
"directories": {
"lib": "src",
"test": "src/__tests__"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/DEFRA/rod-licensing.git",
"directory": "packages/connectors-lib"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@airbrake/node": "^2.1.7",
"aws-sdk": "^2.1074.0",
"debug": "^4.3.3",
"ioredis": "^4.28.5",
"node-fetch": "^2.6.7",
"redlock": "^4.2.0"
}
}