@hypernetlabs/utils
Version:
Utilities used by Hypernet Labs packages
52 lines • 1.4 kB
JSON
{
"name": "@hypernetlabs/utils",
"version": "0.5.4",
"description": "Utilities used by Hypernet Labs packages",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/GoHypernet/hypernet-protocol.git"
},
"bugs": {
"url": "https://github.com/GoHypernet/hypernet-protocol/issues"
},
"homepage": "https://github.com/GoHypernet/hypernet-protocol/tree/master/packages/core#readme",
"author": "Charlie Sibbach <charlie@hyperdyne.io>",
"keywords": [
"Blockchain",
"Hypernet",
"SDK",
"Nitro",
"Ethereum"
],
"main": "dist/index.js",
"files": [
"dist/**/*",
"!dist/test",
"!dist/tsconfig.tsbuildinfo",
"!test",
"!src",
"!tsconfig.json"
],
"scripts": {
"build": "yarn clean && yarn compile",
"clean": "rimraf dist tsconfig.tsbuildinfo",
"compile": "tsc --build && cd ../.. && yarn alias",
"alias": "tsc-alias",
"generate-docs": "npx typedoc --options typedoc.json",
"test": "echo \"No tests specified yet\" && exit 0",
"prepare": "yarn build",
"prepublish": "yarn build"
},
"types": "dist/index.d.ts",
"dependencies": {
"@connext/vector-utils": "^0.2.5-beta.6",
"@hypernetlabs/objects": "^0.3.20",
"axios": "^0.21.1",
"delay": "^5.0.0",
"inversify": "^5.1.1",
"neverthrow": "^4.2.2",
"pino": "^6.7.0",
"postmate": "^1.5.2"
}
}