arweave-multihost
Version:
JavaScript/TypeScript Arweave SDK with multiple host support
53 lines (52 loc) • 1.33 kB
JSON
{
"name": "arweave-multihost",
"version": "0.1.0",
"description": "JavaScript/TypeScript Arweave SDK with multiple host support",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/redstone-finance/arweave-multihost",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest --config jest.config.json",
"prepare": "yarn build",
"lint": "tslint -p ./",
"prepublishOnly": "yarn lint",
"preversion": "yarn lint",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"arweave",
"arweave-js",
"multihost",
"multi host",
"many hosts",
"several hosts",
"Arweave SDK"
],
"author": "Redstone Team <dev@redstone.finance>",
"contributors": [
"Jakub Wojciechowski <jakub@redstone.finance>",
"Alex Suvorov <alex@redstone.finance>",
"Peter Pedziwiatr <peter@redstone.finance>"
],
"bugs": {
"url": "https://github.com/redstone-finance/arweave-multihost/issues"
},
"dependencies": {
"arweave": "^1.10.15",
"axios": "^0.21.1"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"jest": "^27.0.4",
"ts-jest": "^27.0.3",
"tslint": "^6.1.3",
"typescript": "^4.3.4"
},
"files": [
"lib/**/*"
]
}