@wireapp/core-crypto
Version:
CoreCrypto bindings for browser and native JavaScript runtimes
56 lines (55 loc) • 1.57 kB
JSON
{
"name": "@wireapp/core-crypto",
"version": "10.0.0",
"author": "Wire CoreCrypto team <team.corecrypto@wire.com>",
"repository": {
"type": "git",
"url": "git@github.com:wireapp/core-crypto.git"
},
"type": "module",
"exports": {
"./browser": {
"types": "./dist/browser/corecrypto.d.ts",
"import": "./dist/browser/corecrypto.js"
},
"./native": {
"types": "./dist/native/corecrypto.d.ts",
"import": "./dist/native/corecrypto.js"
}
},
"typesVersions": {
"*": {
"browser": [
"./dist/browser/corecrypto.d.ts"
],
"native": [
"./dist/native/corecrypto.d.ts"
]
}
},
"files": [
"dist/browser/corecrypto.js",
"dist/browser/corecrypto.d.ts",
"dist/browser/autogenerated/wasm-bindgen/index_bg.wasm",
"dist/browser/autogenerated/wasm-bindgen/index_bg.wasm.d.ts",
"dist/native/corecrypto.js",
"dist/native/corecrypto.d.ts",
"dist/native/libcore_crypto_ffi.*"
],
"bugs": {
"url": "https://github.com/wireapp/core-crypto/issues"
},
"description": "CoreCrypto bindings for browser and native JavaScript runtimes",
"homepage": "https://github.com/wireapp/core-crypto",
"keywords": [
"wire",
"e2ee",
"corecrypto",
"mls",
"proteus"
],
"license": "GPL-3.0",
"publishConfig": {
"access": "public"
}
}