@paulmillr/trusted-setups
Version:
Easily access KZG / ETH trusted setups in JS
55 lines (54 loc) • 1.12 kB
JSON
{
"name": "@paulmillr/trusted-setups",
"description": "Easily access KZG / ETH trusted setups in JS",
"version": "0.1.2",
"main": "index.js",
"scripts": {
"build": "node build.mjs",
"test": "node test.mjs"
},
"author": "Paul Miller (https://paulmillr.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/paulmillr/trusted-setups.git"
},
"license": "MIT",
"files": [
"index.js",
"index.d.ts",
"esm/index.js",
"esm/index.d.ts",
"fast.js",
"fast.d.ts",
"esm/fast.js",
"esm/fast.d.ts",
"trusted_setup.json",
"esm/package.json"
],
"exports": {
".": {
"import": "./esm/index.js",
"require": "./index.js"
},
"./fast.js": {
"import": "./esm/fast.js",
"require": "./fast.js"
}
},
"devDependencies": {
"@noble/curves": "1.6.0",
"@noble/hashes": "1.5.0",
"c-kzg": "4.0.1",
"kzg-wasm": "0.4.0",
"micro-eth-signer": "0.11.0",
"micro-should": "0.4.0"
},
"sideEffects": false,
"keywords": [
"ethereum",
"eth",
"kzg",
"sign",
"trusted setup"
]
}