@hypernetlabs/gateway-connector
Version:
Package that defines how to write a Hypernet Gateway.
46 lines • 1.25 kB
JSON
{
"name": "@hypernetlabs/gateway-connector",
"version": "0.0.13",
"description": "Package that defines how to write a Hypernet Gateway.",
"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",
"Ethereum",
"Vector",
"Connext"
],
"main": "dist/index.js",
"files": [
"dist",
"!dist/test",
"!dist/tsconfig.tsbuildinfo",
"!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",
"prepublish": "yarn build",
"prepare": "yarn build",
"test": "echo \"No tests specified yet\" && exit 0"
},
"types": "dist/index.d.ts",
"dependencies": {
"@hypernetlabs/objects": "^0.3.13",
"ethers": "^5.4.7"
}
}