-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathjsr.json
31 lines (31 loc) · 1007 Bytes
/
jsr.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
{
"name": "@scure/bip39",
"version": "1.5.1-1",
"exports": {
".": "./src/index.ts",
"./wordlists/czech": "./src/wordlists/czech.ts",
"./wordlists/english": "./src/wordlists/english.ts",
"./wordlists/french": "./src/wordlists/french.ts",
"./wordlists/italian": "./src/wordlists/italian.ts",
"./wordlists/japanese": "./src/wordlists/japanese.ts",
"./wordlists/korean": "./src/wordlists/korean.ts",
"./wordlists/portuguese": "./src/wordlists/portuguese.ts",
"./wordlists/simplified-chinese": "./src/wordlists/simplified-chinese.ts",
"./wordlists/spanish": "./src/wordlists/spanish.ts",
"./wordlists/traditional-chinese": "./src/wordlists/traditional-chinese.ts"
},
"imports": {
"@noble/curves": "jsr:@noble/[email protected]",
"@noble/hashes": "jsr:@noble/[email protected]",
"@scure/base": "jsr:@scure/[email protected]"
},
"publish": {
"include": [
"src",
"jsr.json",
"LICENSE",
"README.md"
]
},
"license": "MIT"
}