UNPKG

@defra-fish/connectors-lib

Version:
50 lines (49 loc) 1.09 kB
{ "name": "@defra-fish/connectors-lib", "version": "1.62.0-rst.1", "description": "Shared connectors", "type": "module", "engines": { "node": ">=20" }, "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.0.0", "@aws-sdk/client-s3": "^3.0.0", "@aws-sdk/client-secrets-manager": "^3.0.0", "@aws-sdk/client-sqs": "^3.0.0", "@aws-sdk/lib-dynamodb": "^3.0.0", "debug": "^4.3.3", "http-status-codes": "^2.3.0", "ioredis": "^4.28.5", "node-fetch": "^2.7.0", "redlock": "^4.2.0" } }