@wildlife-licencing-service/connectors-lib
Version:
A library extracting the various connectivity functions for the wildlife service
39 lines (38 loc) • 882 B
JSON
{
"name": "@wildlife-licencing-service/connectors-lib",
"version": "1.0.2",
"description": "A library extracting the various connectivity functions for the wildlife service",
"type": "module",
"engines": {
"node": ">=14"
},
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/connectors.js",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"src"
],
"keywords": [
"API",
"Wildlife",
"Licencing"
],
"author": "Graham Willis",
"license": "SEE LICENSE IN LICENCE",
"repository": {
"type": "git",
"url": "https://github.com/DEFRA/wildlife-licencing.git",
"directory": "packages/connectors-lib"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.42.0",
"@aws-sdk/client-secrets-manager": "^3.42.0"
},
"gitHead": "06e743bdf34e7d4421f27f8a4cd6b9455129fe45"
}