-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathjsr.json
More file actions
28 lines (28 loc) · 792 Bytes
/
Copy pathjsr.json
File metadata and controls
28 lines (28 loc) · 792 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
26
27
28
{
"name": "@awasm/noble",
"version": "0.1.4",
"exports": {
".": "./src/index.ts",
"./js.js": "./src/js.ts",
"./noble.js": "./src/noble.ts",
"./wasm.js": "./src/wasm.ts",
"./wasm_threads.js": "./src/wasm_threads.ts",
"./runtime.js": "./src/runtime.ts",
"./stub.js": "./src/stub.ts",
"./kdf.js": "./src/kdf.ts",
"./hmac.js": "./src/hmac.ts",
"./hkdf.js": "./src/hkdf.ts",
"./workers.js": "./src/workers.ts",
"./utils.js": "./src/utils.ts",
"./webcrypto.js": "./src/webcrypto.ts"
},
"imports": {
"@noble/ciphers": "jsr:@noble/ciphers@~2.2.0",
"@noble/hashes": "jsr:@noble/hashes@~2.2.0"
},
"publish": {
"include": ["src", "jsr.json", "LICENSE", "README.md"],
"exclude": ["!src/targets"]
},
"license": "MIT"
}