-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.97 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.97 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
{
"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 --ext .js,.jsx,.ts,.tsx,.vue,.md,.json ./",
"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": "^4.5.8",
"countries-list": "^3.2.2",
"i": "^0.3.7",
"keystore-idb": "^0.15.5",
"libphonenumber-js": "^1.12.38",
"linkify-html": "^4.3.2",
"linkifyjs": "^4.3.2",
"localforage": "^1.10.0",
"multiformats": "^13.4.2",
"one-webcrypto": "^1.0.3",
"pnpm": "^10.30.3",
"sanitize-html": "^2.17.1",
"tweetnacl": "^1.0.3",
"uint8arrays": "^5.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@eslint/json": "^0.11.0",
"@eslint/markdown": "^7.5.1",
"@fast-csv/parse": "^5.0.5",
"@jest/globals": "^30.2.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^25.3.3",
"@types/sanitize-html": "^2.16.0",
"@types/validator": "^13.15.10",
"eslint": "^9.13.0",
"eslint-config-prettier": "^10.1.8",
"jest": "^30.2.0",
"prettier": "^3.8.1",
"ts-jest": "^29.4.6",
"typecript": "0.0.1-security",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1"
},
"pnpm": {
"overrides": {
"ajv": ">=6.12.3",
"brace-expansion": ">=2.0.2",
"@eslint/plugin-kit": ">=0.3.4",
"cross-spawn": ">=7.0.5",
"js-yaml": ">=4.1.1"
}
}
}