Files
pezkuwi-common/packages/util-crypto/package.json
T
pezkuwichain a5542fdd87 Rebrand: polkadot → pezkuwi internal references fixed
- Fixed internal @polkadot references to @pezkuwi
- Updated hw-ledger and hw-ledger-transports packages
- Updated keyring and networks packages
- Version 14.0.7
2026-01-07 02:34:39 +03:00

46 lines
1.2 KiB
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
"description": "A collection of useful crypto utilities for @pezkuwi",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-common/tree/master/packages/util-crypto#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/util-crypto",
"repository": {
"directory": "packages/util-crypto",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-common.git"
},
"sideEffects": [
"./bundleInit.js",
"./bundleInit.cjs",
"./packageDetect.js",
"./packageDetect.cjs"
],
"type": "module",
"version": "14.0.7",
"browser": {
"crypto": false,
"stream": false
},
"main": "index.js",
"dependencies": {
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.3.3",
"@pezkuwi/networks": "14.0.1",
"@pezkuwi/util": "14.0.1",
"@pezkuwi/wasm-crypto": "^7.5.4",
"@pezkuwi/wasm-util": "^7.5.4",
"@pezkuwi/x-bigint": "14.0.1",
"@pezkuwi/x-randomvalues": "14.0.1",
"@scure/base": "^1.1.7",
"@scure/sr25519": "^0.2.0",
"tslib": "^2.8.0"
},
"peerDependencies": {
"@pezkuwi/util": "14.0.1"
}
}