33 lines
907 B
JSON
33 lines
907 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
|
"elliptic": "6.5.2"
|
|
},
|
|
"description": "Elliptic curve library functions for the secp256k1 curve.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/signing-key",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"tarballHash": "0x362ba6d101842859c8aa83120e4cec9d3970d345e681cba20c9fcf84838410fb",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.0-beta.135"
|
|
}
|