UNPKG

s3_file_append

Version:
36 lines (35 loc) 740 B
{ "name": "s3_file_append", "version": "1.0.6", "description": "Stream Json files to S3 with local buffer", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "S3", "Append", "Buffer", "json", "stream" ], "author": "Avi Kapuya", "license": "ISC", "dependencies": { "aws-sdk": "^2.679.0", "uuid": "^8.0.0" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^7.1.2", "sinon": "^9.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/akapuya/node_s3_file_buffer.git" }, "bugs": { "url": "https://github.com/akapuya/node_s3_file_buffer/issues" }, "homepage": "https://github.com/akapuya/node_s3_file_buffer#readme" }