-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathjsr.json
More file actions
25 lines (25 loc) · 566 Bytes
/
Copy pathjsr.json
File metadata and controls
25 lines (25 loc) · 566 Bytes
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
{
"name": "@noble/ciphers",
"version": "2.2.0",
"exports": {
".": "./src/index.ts",
"./_arx.js": "./src/_arx.ts",
"./_poly1305.js": "./src/_poly1305.ts",
"./_polyval.js": "./src/_polyval.ts",
"./aes.js": "./src/aes.ts",
"./chacha.js": "./src/chacha.ts",
"./ff1.js": "./src/ff1.ts",
"./salsa.js": "./src/salsa.ts",
"./utils.js": "./src/utils.ts",
"./webcrypto.js": "./src/webcrypto.ts"
},
"publish": {
"include": [
"src",
"jsr.json",
"LICENSE",
"README.md"
]
},
"license": "MIT"
}