Files
pezkuwi-common/packages/networks/package.json
T

29 lines
841 B
JSON

{
"author": "Pezkuwi Team <team@pezkuwichain.app>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
"description": "A list of all available Bizinikiwi networks and their applicable prefixes",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-common/tree/master/packages/networks#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/networks",
"repository": {
"directory": "packages/networks",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-common.git"
},
"sideEffects": false,
"type": "module",
"version": "14.0.8",
"main": "index.js",
"dependencies": {
"@pezkuwi/util": "workspace:*",
"@substrate/ss58-registry": "^1.51.0",
"tslib": "^2.8.0"
},
"devDependencies": {
"@pezkuwi/hw-ledger": "workspace:*"
}
}