{
  "name": "@wireapp/core-crypto",
  "version": "5.1.0",
  "author": "Wire CoreCrypto team <team.corecrypto@wire.com>",
  "repository": {
    "type": "git",
    "url": "git@github.com:wireapp/core-crypto.git"
  },
  "module": "src/corecrypto.js",
  "devDependencies": {
    "@types/bun": "^1.1.13",
    "@types/mocha": "^10.0.9",
    "@typescript-eslint/eslint-plugin": "^7.0.2",
    "@typescript-eslint/parser": "^7.0.2",
    "@wdio/browser-runner": "^9.2.12",
    "@wdio/cli": "^9.2.12",
    "@wdio/logger": "^9.1.3",
    "@wdio/mocha-framework": "^9.2.8",
    "@wdio/spec-reporter": "^9.2.14",
    "@wdio/static-server-service": "^9.2.2",
    "dts-bundle-generator": "^9.5.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-wdio": "^9.2.11",
    "prettier": "^3.2.5",
    "ts-loader": "^9.5.1",
    "typescript": "^5.3.3"
  },
  "bugs": {
    "url": "https://github.com/wireapp/core-crypto/issues"
  },
  "description": "CoreCrypto bindings for the Web",
  "files": [
    "src/corecrypto.js",
    "src/corecrypto.d.ts",
    "src/core-crypto-ffi_bg.wasm",
    "src/core-crypto-ffi_bg.wasm.d.ts"
  ],
  "main": "src/CoreCrypto.ts",
  "homepage": "https://github.com/wireapp/core-crypto",
  "keywords": [
    "wire",
    "e2ee",
    "corecrypto",
    "mls",
    "proteus"
  ],
  "license": "GPL-3.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -f src/corecrypto.js src/corecrypto.d.ts",
    "build": "bun run clean && bun build --target browser --format esm --outfile src/corecrypto.js src/CoreCrypto.ts",
    "postbuild": "bunx dts-bundle-generator --project tsconfig.json -o src/corecrypto.d.ts --no-check src/CoreCrypto.ts",
    "test": "bunx wdio run wdio.conf.ts --spec test/**/*.test.ts",
    "bench": "bunx wdio run wdio.conf.ts --spec benches/**/*.bench.ts --log-level warn"
  },
  "type": "module",
  "types": "src/corecrypto.d.ts"
}
