di-wings
Version:
Aviary Tech's common library for decentralized identity
67 lines (66 loc) • 1.58 kB
JSON
{
"name": "di-wings",
"version": "2.5.1",
"description": "Aviary Tech's common library for decentralized identity",
"type": "module",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"import": "./index.js",
"require": "./index.js",
"types": "./index.d.ts"
}
},
"files": [
"**/*.js",
"**/*.d.ts",
"**/*.js.map",
"**/*.d.ts.map",
"lib/**/*",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aviarytech/di-wings.git"
},
"keywords": [
"decentralized-identity",
"digital-identity",
"cryptography"
],
"author": "Aviary Tech",
"license": "MIT",
"dependencies": {
"@digitalbazaar/bbs-signatures": "^3.0.0",
"@grottonetworking/bbs-signatures": "^0.1.5",
"@noble/ed25519": "^2.1.0",
"@noble/hashes": "^1.5.0",
"@noble/secp256k1": "^2.1.0",
"@scure/bip32": "^1.5.0",
"@stablelib/aes-kw": "^2.0.0",
"@stablelib/ed25519": "^2.0.0",
"@stablelib/random": "^2.0.0",
"@stablelib/sha256": "^2.0.0",
"@stablelib/x25519": "^2.0.0",
"@stablelib/xchacha20poly1305": "^2.0.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"b58": "^4.0.3",
"buffer": "^6.0.3",
"cbor-js": "^0.1.0",
"elysia": "^1.1.22",
"jose": "^5.9.3",
"json-canonicalize": "^1.0.6",
"jsonata": "^2.0.6",
"jsonld": "^8.3.2",
"micro-ed25519-hdkey": "^0.1.2",
"nanoid": "^5.0.9",
"rdf-canonize": "^4.0.1",
"zod": "^3.23.8"
},
"engines": {
"node": ">=18.0.0"
}
}