@hubbleprotocol/hubble-config
Version:
Hubble Protocol configuration
36 lines (35 loc) • 866 B
JSON
{
"name": "@hubbleprotocol/hubble-config",
"description": "Hubble Protocol configuration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "8.0.0",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubbleprotocol/hubble-common.git"
},
"keywords": [
"hubble",
"hubbleprotocol",
"common",
"config",
"configuration"
],
"author": "Hubble Protocol",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hubbleprotocol/hubble-common/issues"
},
"homepage": "https://github.com/hubbleprotocol/hubble-common/blob/master/packages/hubble-config",
"dependencies": {
"@solana/web3.js": "^1.78.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "5a139c8d8ba28b3bd26d24054a5e8d65e5368113"
}