mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-04-21 23:48:00 +00:00
28 lines
844 B
JSON
28 lines
844 B
JSON
{
|
|
"name": "@pezkuwi/scure-sr25519",
|
|
"version": "0.2.1",
|
|
"description": "SR25519 cryptography for PezkuwiChain with bizinikiwi signing context",
|
|
"main": "lib/index.js",
|
|
"module": "lib/esm/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./lib/esm/index.js",
|
|
"require": "./lib/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@noble/curves": "~1.9.2",
|
|
"@noble/hashes": "~1.8.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-wasm.git",
|
|
"directory": "packages/scure-sr25519"
|
|
},
|
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-wasm/issues",
|
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-wasm/tree/main/packages/scure-sr25519#readme",
|
|
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
|
"license": "MIT"
|
|
}
|