UNPKG

lambda-stream

Version:

awslambda.streamifyResponse, but locally and with typescript

43 lines (42 loc) 889 B
{ "name": "lambda-stream", "version": "0.6.0", "description": "awslambda.streamifyResponse, but locally and with typescript", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/astuyve/lambda-stream/", "keywords": [ "serverless", "lambda", "aws", "stream" ], "scripts": { "test": "jest", "build": "tsc", "format": "prettier --write ." }, "author": "AJ Stuyvenberg", "license": "MIT", "devDependencies": { "@types/aws-lambda": "^8.10.148", "@types/jest": "^29.5.1", "@types/node": "^18.16.0", "jest": "^29.5.0", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "dependencies": {}, "jest": { "verbose": true, "moduleFileExtensions": [ "ts", "tsx", "js" ], "transform": { ".(ts|tsx)": "ts-jest" } } }