deno.land / x / ed25519_dalek@v1.2.6 / package.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{ "type": "module", "name": "@hazae41/berith", "version": "1.2.6", "description": "WebAssembly port of Ed25519 signatures and X25519 key exchange", "homepage": "https://github.com/hazae41/berith", "repository": "github:hazae41/berith", "author": "hazae41", "license": "Unlicense", "main": "./dist/cjs/src/node/index.cjs", "module": "./dist/esm/src/node/index.mjs", "types": "./dist/types/src/node/index.d.ts", "sideEffects": false, "files": [ "./dist/esm", "./dist/cjs", "./dist/types" ], "scripts": { "build:wasm": "cd wasm && rimraf pkg && wasm-pack build --target web --release && cd .. && node patch.js", "build:dist": "rimraf dist && rollup -c", "build": "npm run build:wasm && npm run build:dist", "test:node": "node ./dist/test/src/node/index.test.mjs", "test:deno": "deno run -A ./src/deno/mod.test.ts", "test": "npm run test:node && npm run test:deno", "example:deno": "deno run ./example/deno/mod.ts", "example:node": "cd ./example/node && npm ci && node ./index.js", "bench:deno": "cd ./src/deno/bench && deno bench mod.bench.ts", "bench:node": "node ./dist/bench/src/node/index.bench.mjs", "prepare": "npm run build:dist" }, "devDependencies": { "@hazae41/deimos": "^1.0.6", "@hazae41/phobos": "^1.0.10", "@hazae41/rimraf": "^1.0.1", "@noble/curves": "^1.2.0", "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.8.4", "rollup": "^4.0.2", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-node-externals": "^6.1.2", "supercop.wasm": "^5.0.1", "typescript": "^5.2.2" }, "exports": { ".": { "types": "./dist/types/src/node/index.d.ts", "import": "./dist/esm/src/node/index.mjs", "require": "./dist/cjs/src/node/index.cjs" } }, "keywords": [ "reproducible", "webassembly", "cryptography", "curve25519", "ed25519", "x25519", "signing", "signature", "key-exchange", "diffie-hellman", "ecdh", "ecdsa", "eddsa", "browser", "typescript", "rust", "unit-tested", "deno" ], "dependencies": { "@hazae41/box": "^1.0.5" }}
ed25519_dalek

Version Info

Tagged at
6 months ago