@hazae41/chacha20poly1305
Version:
ChaCha20Poly1305 adapter for WebAssembly and JS implementations
42 lines (41 loc) • 1.03 kB
JSON
{
"type": "module",
"name": "@hazae41/chacha20poly1305",
"version": "2.0.2",
"description": "ChaCha20Poly1305 adapter for WebAssembly and JS implementations",
"repository": "github:hazae41/chacha20poly1305",
"author": "hazae41",
"scripts": {
"examine": "deno lint ./src && deno check ./src && deno test ./src",
"version": "deno -RW ./x.vsync.ts && git add deno.json",
"prepare": "deno -RW ./x.dsync.ts && deno install",
"prepack": "rm -rf ./out && tsc && tscousin"
},
"files": [
"./out"
],
"exports": {
".": {
"types": "./out/mod.d.ts",
"import": "./out/mod.js"
}
},
"devDependencies": {
"@hazae41/chacha20poly1305-wasm": "^2.0.0",
"@hazae41/phobos": "^2.0.16",
"@hazae41/tscousin": "^1.0.28",
"@noble/ciphers": "^2.0.1",
"typescript": "^5.9.3"
},
"keywords": [
"chacha20poly1305",
"crypto",
"cryptography",
"adapter",
"typescript",
"esmodules"
],
"dependencies": {
"@hazae41/result-and-option": "^2.0.10"
}
}