UNPKG

near-lake-testing-2

Version:

JS Library to connect to the NEAR Lake S3 and stream the data

28 lines (27 loc) 674 B
{ "name": "near-lake-testing-2", "version": "2.0.0", "description": "JS Library to connect to the NEAR Lake S3 and stream the data", "author": "NEAR Inc <hello@nearprotocol.com>", "keywords": [ "nearprotocol", "near-indexer", "near-lake", "framework" ], "license": "(MIT OR Apache-2.0)", "repository": { "type": "git", "url": "git+https://github.com/near/near-lake-framework-js.git" }, "homepage": "https://near-indexers.io", "scripts": { "build": "tsc", "dev": "tsc -w", "lint": "eslint --ext .ts src", "lint:fix": "eslint --ext .ts --fix src" }, "dependencies": { "@aws-sdk/client-s3": "^3.32.0" } }