-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathjsr.json
34 lines (34 loc) · 763 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
32
33
34
{
"name": "@noble/ciphers",
"version": "1.2.1",
"exports": {
".": "./src/index.ts",
"./_arx": "./src/_arx.ts",
"./_assert": "./src/_assert.ts",
"./_micro": "./src/_micro.ts",
"./_poly1305": "./src/_poly1305.ts",
"./_polyval": "./src/_polyval.ts",
"./aes": "./src/aes.ts",
"./crypto": "./src/crypto.ts",
"./chacha": "./src/chacha.ts",
"./ff1": "./src/ff1.ts",
"./salsa": "./src/salsa.ts",
"./utils": "./src/utils.ts",
"./webcrypto": "./src/webcrypto.ts"
},
"imports": {
"@noble/ciphers/crypto": "./src/crypto.ts"
},
"publish": {
"include": [
"src",
"jsr.json",
"LICENSE",
"README.md"
],
"exclude": [
"src/cryptoNode.ts"
]
},
"license": "MIT"
}