near-lake-testing-1
Version:
JS Library to connect to the NEAR Lake S3 and stream the data
34 lines (33 loc) • 793 B
JSON
{
"name": "near-lake-testing-1",
"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",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"prepare": "npm run build",
"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"
}
}