mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 09:08:03 +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
26 lines
690 B
JSON
26 lines
690 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
|
|
"description": "A bundler helper",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-common/tree/master/packages/x-bundle#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/x-bundle",
|
|
"repository": {
|
|
"directory": "packages/x-bundle",
|
|
"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",
|
|
"buffer-es6": "^4.9.3",
|
|
"tslib": "^2.8.0"
|
|
}
|
|
}
|