@near-lake/framework
Version:
JS Library to connect to the NEAR Lake S3 and stream the data
33 lines (32 loc) • 749 B
JSON
{
"name": "@near-lake/framework",
"version": "0.1.5",
"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",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf ./dist",
"dev": "tsc -w"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.32.0",
"@near-lake/primitives": "^0.5.2"
}
}