{
  "name": "@pikku/lambda",
  "version": "0.12.10",
  "description": "AWS Lambda runtime for Pikku — HTTP, WebSocket, SQS queue and scheduled handlers",
  "license": "MIT",
  "author": "yasser.fadl@gmail.com",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "tsc": "tsc",
    "ncu": "npx npm-check-updates",
    "build": "tsc -b",
    "release": "npm run build && npm test",
    "test": "bash run-tests.sh",
    "test:watch": "bash run-tests.sh --watch",
    "test:coverage": "bash run-tests.sh --coverage",
    "prepublishOnly": "yarn build"
  },
  "exports": {
    ".": "./dist/index.js",
    "./http": "./dist/http/index.js",
    "./websocket": "./dist/websocket/index.js",
    "./queue": "./dist/queue/index.js",
    "./scheduled": "./dist/scheduled/index.js"
  },
  "peerDependencies": {
    "@aws-sdk/client-apigatewaymanagementapi": "^3.713.0",
    "@aws-sdk/client-lambda": "^3.713.0",
    "@aws-sdk/client-sqs": "^3.713.0",
    "@pikku/core": "^0.12.87",
    "@types/aws-lambda": "^8.10.161"
  },
  "devDependencies": {
    "@aws-sdk/client-apigatewaymanagementapi": "^3.1111.0",
    "@aws-sdk/client-lambda": "^3.1111.0",
    "@aws-sdk/client-sqs": "^3.1111.0",
    "@types/aws-lambda": "^8.10.162",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=24"
  }
}