Suite of AT Protocol TypeScript libraries built on web standards
1{
2 "name": "@atp/crypto",
3 "version": "0.1.0-alpha.3",
4 "exports": "./mod.ts",
5 "license": "MIT",
6 "imports": {
7 "@noble/curves": "jsr:@noble/curves@^2.0.1",
8 "@noble/hashes": "jsr:@noble/hashes@^2.0.1",
9 "multiformats": "npm:multiformats@^13.4.1"
10 },
11 "test": {
12 "permissions": {
13 "env": true,
14 "read": [
15 "./tests/interop"
16 ]
17 }
18 }
19}