@spanning/utils
Version:
Javascript utility functions for the Spanning Network
44 lines (43 loc) • 970 B
JSON
{
"name": "@spanning/utils",
"version": "0.0.3",
"description": "Javascript utility functions for the Spanning Network",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"test": "exit 0",
"postinstall": "echo 'Thanks for downloading! Provide feedback to claim a reward: https://spanninglabs.typeform.com/to/Hvd7gaDy' "
},
"publishConfig": {
"access": "public"
},
"keywords": [
"web3",
"utils",
"crypto",
"solidity",
"erc20",
"erc721",
"multichain",
"crosschain",
"interoperability"
],
"author": "Spanning Labs",
"license": "MIT",
"bugs": {
"url": "https://spanninglabs.typeform.com/to/KbkIdg4O"
},
"homepage": "https://spanninglabs.com/",
"dependencies": {
"@types/underscore": "^1.11.4",
"axios": "^0.27.2",
"ethers": "^5.6.9",
"underscore": "^1.13.4"
},
"files": [
"dist",
"README.md",
"package.json"
]
}