UNPKG

arweave-stream-tx

Version:

[![npm](https://img.shields.io/npm/v/arweave-stream-tx)](https://www.npmjs.com/package/arweave-stream-tx) [![tests](https://github.com/CDDelta/arweave-stream-tx/workflows/tests/badge.svg)](https://github.com/CDDelta/arweave-stream-tx/actions?query=workflo

36 lines (35 loc) 754 B
{ "name": "arweave-stream-tx", "version": "1.2.2", "keywords": [ "arweave", "typescript" ], "scripts": { "build": "tsc -p tsconfig.build.json", "test": "npx jest --coverage", "prepublishOnly": "npm run build" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.7", "@types/jest": "^26.0.19", "@types/node": "^16.11.7", "babel-jest": "^26.6.3", "jest": "^26.6.3", "ts-jest": "^26.4.4", "typescript": "^4.1.2" }, "dependencies": { "exponential-backoff": "^3.1.0" }, "peerDependencies": { "arweave": "^1.10.0" } }