mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-21 23:48:05 +00:00
a5542fdd87
- Fixed internal @polkadot references to @pezkuwi - Updated hw-ledger and hw-ledger-transports packages - Updated keyring and networks packages - Version 14.0.7
29 lines
825 B
JSON
29 lines
825 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"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.7",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@pezkuwi/util": "14.0.1",
|
|
"@substrate/ss58-registry": "^1.51.0",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/hw-ledger": "14.0.1"
|
|
}
|
|
}
|