-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.98 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.98 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@zkorum/agora-shared-app-api",
"version": "1.0.0",
"type": "module",
"description": "Shared code for frontend (agora) and API only",
"main": "index.js",
"scripts": {
"sync": "bash scripts/rsync_and_sed.sh",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "eslint ./",
"format:write": "prettier --write \"**/*.{js,ts,jsx,tsx,vue,scss,html,md,json}\"",
"format:check": "prettier . --check"
},
"keywords": [],
"author": "ZKorum SAS <hello@zkorum.com>",
"license": "MPL-2.0",
"dependencies": {
"cborg": "^5.0.1",
"countries-list": "^3.3.0",
"i": "^0.3.7",
"keystore-idb": "^0.15.5",
"libphonenumber-js": "^1.12.41",
"linkify-html": "^4.3.2",
"linkifyjs": "^4.3.2",
"localforage": "^1.10.0",
"multiformats": "^13.4.2",
"one-webcrypto": "^1.0.3",
"pnpm": "^10.33.0",
"sanitize-html": "^2.17.2",
"tweetnacl": "^1.0.3",
"uint8arrays": "^5.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@eslint/json": "^1.2.0",
"@eslint/markdown": "^8.0.1",
"@fast-csv/parse": "^5.0.5",
"@jest/globals": "^30.3.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^25.5.2",
"@types/sanitize-html": "^2.16.1",
"@types/validator": "^13.15.10",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"jest": "^30.3.0",
"prettier": "^3.8.1",
"ts-jest": "^29.4.9",
"typecript": "0.0.1-security",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0"
},
"pnpm": {
"overrides": {
"eslint>ajv": "^6.14.0",
"@eslint/eslintrc>ajv": "^6.14.0",
"brace-expansion": ">=2.0.2",
"@eslint/plugin-kit": ">=0.3.4",
"cross-spawn": ">=7.0.5",
"js-yaml": ">=4.1.1"
}
}
}