-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 793 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
29
30
31
{
"name": "scrubly",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "Free, open-source file tools that run 100% in your browser. Nothing is ever uploaded.",
"homepage": "https://abidedavana.github.io/Scrubly/",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test": "node tests/metadata.check.mjs"
},
"dependencies": {
"client-zip": "^2.5.0",
"comlink": "^4.4.2",
"exifr": "^7.1.3",
"heic2any": "^0.0.4",
"pdf-lib": "^1.17.1",
"piexifjs": "^1.0.6",
"preact": "^10.29.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.5",
"@types/piexifjs": "^1.0.0",
"typescript": "^6.0.3",
"vite": "^8.1.0"
}
}