forked from wireapp/core-crypto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@wireapp/core-crypto",
"version": "1.0.0-rc.42",
"description": "CoreCrypto bindings for the Web",
"type": "module",
"module": "platforms/web/corecrypto.js",
"types": "platforms/web/corecrypto.d.ts",
"scripts": {
"clean": "rm -f ./platforms/web/*.{js,ts,wasm,html} && rm -rf ./platforms/web/assets"
},
"publishConfig": {
"access": "public"
},
"files": [
"platforms/web"
],
"keywords": [
"wire",
"e2ee",
"corecrypto",
"mls",
"proteus"
],
"author": "Mathieu Amiot <[email protected]>",
"license": "GPL-3.0",
"homepage": "https://github.com/wireapp/core-crypto",
"repository": {
"type": "git",
"url": "[email protected]:wireapp/core-crypto.git"
},
"bugs": {
"url": "https://github.com/wireapp/core-crypto/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"bun-plugin-dts": "^0.2.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"puppeteer": "^21.3.8",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2"
}
}