nearlake-js
Version:
JS Library to connect to the NEAR Lake S3 and stream the data
43 lines (42 loc) • 982 B
JSON
{
"name": "nearlake-js",
"version": "1.0.2",
"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",
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.32.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.4.0",
"@types/node": "^17.0.23",
"jest": "^29.4.2",
"prettier": "2.6.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.6.4"
}
}