{
    "name": "serverless-apigateway-log-retention",
    "version": "1.1.0",
    "description": "A plugin for the Serverless framework which configures ApiGateway access adn execution log retention.",
    "author": "Deepak Thankachan, DVLA",
    "license": "MIT",
    "homepage": "https://github.com/dvla/serverless-apigateway-log-retention",
    "main": "src/serverlessApigatewayLogRetentionPlugin.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/dvla/serverless-apigateway-log-retention.git"
    },
    "bugs": {
        "url": "https://github.com/dvla/serverless-apigateway-log-retention/issues"
    },
    "keywords": [
        "serverless",
        "aws",
        "api",
        "gateway",
        "logging",
        "log",
        "retention"
    ],
    "scripts": {
        "test": "jest"
    },
    "dependencies": {
        "@aws-sdk/client-api-gateway": "^3.421.0",
        "@aws-sdk/client-cloudwatch-logs": "^3.421.0",
        "@aws-sdk/credential-provider-ini": "^3.421.0",
        "@smithy/node-http-handler": "^2.1.6",
        "proxy-agent": "^6.3.0"
    },
    "devDependencies": {
        "aws-sdk-client-mock": "^3.0.0",
        "aws-sdk-client-mock-jest": "^3.0.0",
        "jest": "^29.7.0"
    },
    "jest": {
        "testEnvironment": "node",
        "testMatch": [
            "<rootDir>/src/__test__/*.test.js"
        ]
    },
    "engines": {
        "node": ">=8.10.0"
    }
}
