{
    "name": "@mcma/aws-lambda-worker-invoker",
    "version": "1.2.1",
    "description": "Node module with code for invoking MCMA workers running as Lambda functions, via the AWS SDK",
    "engines": {
        "node": ">=18.0.0"
    },
    "type": "commonjs",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "test": "jasmine"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ebu/mcma-libraries.git"
    },
    "keywords": [
        "ebu",
        "mcma",
        "aws",
        "lambda"
    ],
    "author": "Joost Rovers <joost@rovers.pt>",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/ebu/mcma-libraries/issues"
    },
    "homepage": "https://github.com/ebu/mcma-libraries/mcma-worker-lambda#readme",
    "dependencies": {
        "@aws-sdk/client-lambda": "^3.1102.0"
    },
    "peerDependencies": {
        "@mcma/core": "1.2.1",
        "@mcma/worker-invoker": "1.2.1"
    },
    "devDependencies": {
        "@mcma/core": "1.2.1",
        "@mcma/worker-invoker": "1.2.1",
        "@types/node": "^22.20.1"
    }
}
