forked from eljojo/rememory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 720 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 720 Bytes
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
{
"name": "rememory-e2e",
"version": "1.0.0",
"private": true,
"scripts": {
"test:e2e": "playwright test",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug"
},
"dependencies": {
"@undecaf/barcode-detector-polyfill": "^0.9.23",
"@undecaf/zbar-wasm": "^0.11.0",
"age-encryption": "^0.3.0",
"drand-client": "^1.4.2",
"fflate": "^0.8.2",
"shamir-secret-sharing": "^0.0.4",
"tarparser": "^0.0.5",
"tlock-js": "^0.9.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/adm-zip": "^0.5.5",
"@types/node": "^25.3.2",
"adm-zip": "^0.5.10",
"esbuild": "^0.27.3",
"typescript": "^5.3.0"
}
}