UNPKG

@defra-fish/connectors-lib

Version:
52 lines (51 loc) 1.18 kB
{ "name": "@defra-fish/connectors-lib", "version": "1.71.0", "description": "Shared connectors", "type": "module", "engines": { "node": ">=22" }, "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/client-dynamodb": "3.777.0", "@aws-sdk/client-s3": "3.779.0", "@aws-sdk/client-secrets-manager": "3.777.0", "@aws-sdk/client-sqs": "3.777.0", "@aws-sdk/client-ssm": "3.777.0", "@aws-sdk/lib-dynamodb": "3.778.0", "debug": "4.3.3", "http-status-codes": "2.3.0", "ioredis": "4.28.5", "node-fetch": "2.7.0", "redlock": "4.2.0" }, "gitHead": "c98333798083660981c89770737986df4129365b" }