|
1 | 1 | { |
2 | | - "name": "@wireapp/core-crypto", |
3 | | - "version": "9.0.1", |
4 | | - "author": "Wire CoreCrypto team <team.corecrypto@wire.com>", |
5 | | - "repository": { |
6 | | - "type": "git", |
7 | | - "url": "git@github.com:wireapp/core-crypto.git" |
8 | | - }, |
9 | | - "main": "src/CoreCrypto.ts", |
10 | | - "module": "out/corecrypto.js", |
11 | | - "devDependencies": { |
12 | | - "@eslint/js": "^10.0.1", |
13 | | - "@types/bun": "^1.2.18", |
14 | | - "@types/mocha": "^10.0.10", |
15 | | - "@types/node": "^25.0.3", |
16 | | - "@wdio/browser-runner": "^9.18.1", |
17 | | - "@wdio/cli": "^9.18.1", |
18 | | - "@wdio/logger": "^9.18.0", |
19 | | - "@wdio/mocha-framework": "^9.18.0", |
20 | | - "@wdio/spec-reporter": "^9.18.0", |
21 | | - "@wdio/static-server-service": "^9.18.0", |
22 | | - "dts-bundle-generator": "^9.5.1", |
23 | | - "eslint": "^10.0.0", |
24 | | - "eslint-config-prettier": "^10.1.8", |
25 | | - "eslint-plugin-prettier": "^5.5.1", |
26 | | - "eslint-plugin-wdio": "^9.16.2", |
27 | | - "prettier": "^3.6.2", |
28 | | - "ts-loader": "^9.5.2", |
29 | | - "typedoc": "0.28.17", |
30 | | - "typescript": "^5.8.3", |
31 | | - "typescript-eslint": "^8.37.0", |
32 | | - "uniffi-bindgen-react-native": "github:wireapp/uniffi-bindgen-react-native#97826dbdf89c3c935418690aa9a3e7ca3fb97e08", |
33 | | - "yarn": "^1.22.22" |
34 | | - }, |
35 | | - "bugs": { |
36 | | - "url": "https://github.com/wireapp/core-crypto/issues" |
37 | | - }, |
38 | | - "description": "CoreCrypto bindings for the Web", |
39 | | - "files": [ |
40 | | - "out/corecrypto.js", |
41 | | - "out/corecrypto.d.ts", |
42 | | - "out/autogenerated/wasm-bindgen/index_bg.wasm", |
43 | | - "out/autogenerated/wasm-bindgen/index_bg.wasm.d.ts" |
44 | | - ], |
45 | | - "homepage": "https://github.com/wireapp/core-crypto", |
46 | | - "keywords": [ |
47 | | - "wire", |
48 | | - "e2ee", |
49 | | - "corecrypto", |
50 | | - "mls", |
51 | | - "proteus" |
52 | | - ], |
53 | | - "license": "GPL-3.0", |
54 | | - "publishConfig": { |
55 | | - "access": "public" |
56 | | - }, |
57 | | - "trustedDependencies": [ |
58 | | - "uniffi-bindgen-react-native" |
59 | | - ], |
60 | | - "type": "module", |
61 | | - "types": "out/corecrypto.d.ts" |
| 2 | + "name": "@wireapp/core-crypto", |
| 3 | + "version": "9.9.9-test.0", |
| 4 | + "author": "Wire CoreCrypto team <team.corecrypto@wire.com>", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "git@github.com:wireapp/core-crypto.git" |
| 8 | + }, |
| 9 | + "main": "src/CoreCrypto.ts", |
| 10 | + "module": "out/corecrypto.js", |
| 11 | + "devDependencies": { |
| 12 | + "@eslint/js": "^10.0.1", |
| 13 | + "@types/bun": "^1.2.18", |
| 14 | + "@types/mocha": "^10.0.10", |
| 15 | + "@types/node": "^25.0.3", |
| 16 | + "@wdio/browser-runner": "^9.18.1", |
| 17 | + "@wdio/cli": "^9.18.1", |
| 18 | + "@wdio/logger": "^9.18.0", |
| 19 | + "@wdio/mocha-framework": "^9.18.0", |
| 20 | + "@wdio/spec-reporter": "^9.18.0", |
| 21 | + "@wdio/static-server-service": "^9.18.0", |
| 22 | + "dts-bundle-generator": "^9.5.1", |
| 23 | + "eslint": "^10.0.0", |
| 24 | + "eslint-config-prettier": "^10.1.8", |
| 25 | + "eslint-plugin-prettier": "^5.5.1", |
| 26 | + "eslint-plugin-wdio": "^9.16.2", |
| 27 | + "prettier": "^3.6.2", |
| 28 | + "ts-loader": "^9.5.2", |
| 29 | + "typedoc": "0.28.17", |
| 30 | + "typescript": "^5.8.3", |
| 31 | + "typescript-eslint": "^8.37.0", |
| 32 | + "uniffi-bindgen-react-native": "github:wireapp/uniffi-bindgen-react-native#97826dbdf89c3c935418690aa9a3e7ca3fb97e08", |
| 33 | + "yarn": "^1.22.22" |
| 34 | + }, |
| 35 | + "bugs": { |
| 36 | + "url": "https://github.com/wireapp/core-crypto/issues" |
| 37 | + }, |
| 38 | + "description": "CoreCrypto bindings for the Web", |
| 39 | + "files": [ |
| 40 | + "out/corecrypto.js", |
| 41 | + "out/corecrypto.d.ts", |
| 42 | + "out/autogenerated/wasm-bindgen/index_bg.wasm", |
| 43 | + "out/autogenerated/wasm-bindgen/index_bg.wasm.d.ts" |
| 44 | + ], |
| 45 | + "homepage": "https://github.com/wireapp/core-crypto", |
| 46 | + "keywords": [ |
| 47 | + "wire", |
| 48 | + "e2ee", |
| 49 | + "corecrypto", |
| 50 | + "mls", |
| 51 | + "proteus" |
| 52 | + ], |
| 53 | + "license": "GPL-3.0", |
| 54 | + "publishConfig": { |
| 55 | + "access": "public" |
| 56 | + }, |
| 57 | + "trustedDependencies": [ |
| 58 | + "uniffi-bindgen-react-native" |
| 59 | + ], |
| 60 | + "type": "module", |
| 61 | + "types": "out/corecrypto.d.ts" |
62 | 62 | } |
0 commit comments