forked from get-smooth/webauthn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 827 Bytes
/
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
{
"name": "@smoo.th/webauthn",
"description": "WebAuthn library in Solidity",
"version": "2.1.0",
"author": "get-smooth https://github.com/get-smooth",
"repository": {
"type": "git",
"url": "git+https://github.com/smoo.th/webauthn.git"
},
"bugs": "https://github.com/get-smooth/webauthn/issues",
"homepage": "https://github.com/get-smooth/webauthn#readme",
"engines": {
"node": ">= 18"
},
"devDependencies": {
"@smoo.th/secp256r1-computation": "^2.2.0",
"lefthook": "^1.4.1",
"prettier": "^2.8.7",
"solhint-community": "^3.5.0"
},
"keywords": [
"blockchain",
"ethereum",
"forge",
"evm",
"foundry",
"smart-contracts",
"solidity",
"webauthn",
"p256r1",
"secp256r1",
"EIP-4337",
"Account Abstraction",
"Smart Account"
]
}