generated from PaulRBerg/foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@smoo.th/secp256r1-verify",
"description": "A solidity library to verify a secp256r1 signature",
"version": "0.5.4",
"contributors": [
{
"name": "qd-qd",
"email": "[email protected]",
"url": "https://github.com/qd-qd"
},
{
"name": "rdubois-crypto",
"email": "[email protected]",
"url": "https://github.com/rdubois-crypto"
}
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/get-smooth/secp256r1-verify.git"
},
"bugs": {
"url": "https://github.com/get-smooth/secp256r1-verify/issues"
},
"homepage": "https://github.com/get-smooth/secp256r1-verify#readme",
"engines": {
"node": ">= 18"
},
"license": "MIT",
"devDependencies": {
"@smoo.th/secp256r1-computation": "^2.2.0",
"lefthook": "^1.4.1",
"prettier": "^2.8.7",
"solhint": "^3.4.0"
},
"keywords": [
"blockchain",
"ethereum",
"evm",
"foundry",
"smart-contracts",
"solidity",
"256r1",
"secp256r1"
]
}