51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/common/issues",
|
|
"contributors": [],
|
|
"description": "A collection of useful crypto utilities for @polkadot",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",
|
|
"license": "Apache-2.0",
|
|
"maintainers": [],
|
|
"name": "@polkadot/util-crypto",
|
|
"repository": {
|
|
"directory": "packages/util-crypto",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/common.git"
|
|
},
|
|
"sideEffects": [
|
|
"./cryptoInit.js",
|
|
"./cryptoInit.cjs",
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "8.3.2-1",
|
|
"browser": {
|
|
"crypto": false,
|
|
"stream": false
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.16.7",
|
|
"@noble/hashes": "0.5.7",
|
|
"@noble/secp256k1": "1.3.4",
|
|
"@polkadot/networks": "8.3.2-1",
|
|
"@polkadot/util": "8.3.2-1",
|
|
"@polkadot/wasm-crypto": "^4.5.1",
|
|
"@polkadot/x-bigint": "8.3.2-1",
|
|
"@polkadot/x-randomvalues": "8.3.2-1",
|
|
"ed2curve": "^0.3.0",
|
|
"micro-base": "^0.10.2",
|
|
"tweetnacl": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ed2curve": "^0.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "8.3.2-1"
|
|
}
|
|
}
|