@wireapp/core-crypto
Version:
CoreCrypto bindings for the Web
55 lines (54 loc) • 1.46 kB
JSON
{
"name": "@wireapp/core-crypto",
"version": "9.3.4",
"author": "Wire CoreCrypto team <team.corecrypto@wire.com>",
"repository": {
"type": "git",
"url": "git@github.com:wireapp/core-crypto.git"
},
"main": "src/CoreCrypto.ts",
"module": "src/corecrypto.js",
"devDependencies": {
"@types/bun": "^1.2.18",
"@types/mocha": "^10.0.10",
"@wdio/browser-runner": "^9.18.1",
"@wdio/cli": "^9.18.1",
"@wdio/logger": "^9.18.0",
"@wdio/mocha-framework": "^9.18.0",
"@wdio/spec-reporter": "^9.18.0",
"@wdio/static-server-service": "^9.18.0",
"dts-bundle-generator": "^9.5.1",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-wdio": "^9.16.2",
"prettier": "^3.6.2",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.37.0"
},
"bugs": {
"url": "https://github.com/wireapp/core-crypto/issues"
},
"description": "CoreCrypto bindings for the Web",
"files": [
"src/corecrypto.js",
"src/corecrypto.d.ts",
"src/autogenerated/core-crypto-ffi_bg.wasm",
"src/autogenerated/core-crypto-ffi_bg.wasm.d.ts"
],
"homepage": "https://github.com/wireapp/core-crypto",
"keywords": [
"wire",
"e2ee",
"corecrypto",
"mls",
"proteus"
],
"license": "GPL-3.0",
"publishConfig": {
"access": "public"
},
"type": "module",
"types": "src/corecrypto.d.ts"
}