-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.03 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
46
47
48
49
{
"name": "@incubiq/siww",
"description": "Sign-In with Wallet JS libs",
"version": "1.1.1",
"author": "Eric Duneau <eric@incubiq.com>",
"license": "MIT",
"keywords": [
"siww",
"wallet oauth",
"wallet authentication",
"siwc",
"siwcjs",
"sign with cardano",
"sign with metamask",
"sign with keplr",
"sign-in with wallet",
"authentication"
],
"repository": {
"type": "git",
"url": "https://github.com/incubiq/sign_in_with_wallet/npm_siww/"
},
"devDependencies": {
"@blockfrost/blockfrost-js": "^5.1.0",
"@emurgo/cardano-message-signing-asmjs": "^1.0.1",
"@emurgo/cardano-serialization-lib-asmjs": "^10.0.4-beta.4",
"@stablelib/random": "^1.0.1",
"cbor": "^8.1.0",
"http2": "^3.3.7",
"web3": "^1.8.1"
},
"files": [
"libs/",
"History.md",
"LICENSE",
"index.js",
"Readme.md"
],
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"engines": {
"node": ">= 0.6"
},
"scripts": {},
"main": "index.js"
}