{
  "name": "@samwen/lambda-emfiles",
  "version": "1.1.1",
  "description": "solve node AWS lambda EMFILE issue",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samswen/lambda-emfiles.git"
  },
  "keywords": [
    "node",
    "AWS",
    "lambda",
    "EMFILE",
    "file descriptor",
    "limit",
    "leak",
    "Timeout",
    "ioredis",
    "mongodb",
    "AWS Lambda function errors",
    "MongoServerSelectionError",
    "Failed to refresh slots cache",
    "getaddrinfo EMFILE"
  ],
  "author": "Sam Wen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/samswen/lambda-emfiles/issues"
  },
  "homepage": "https://github.com/samswen/lambda-emfiles#readme",
  "dependencies": {}
}
