-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.48 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.48 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
{
"name": "1click-temp-mail-autofill-form",
"version": "3.0.0",
"description": "Generate temporary email addresses and auto-fill OTPs and login forms with one click.",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt --browser firefox",
"build": "wxt build",
"build:firefox": "wxt build --browser firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip --browser firefox",
"prepare": "wxt prepare && husky",
"clean": "wxt clean",
"typecheck": "svelte-check --tsconfig ./tsconfig.json",
"format": "bun x biome format --write",
"check": "bun x biome check",
"lint": "bun x biome check",
"lint:fix": "bun x biome check --write"
},
"dependencies": {
"dompurify": "^3.4.1",
"jszip": "^3.10.1",
"qrcode": "^1.5.4",
"svelte": "^5.55.5",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.13",
"@tailwindcss/vite": "^4.2.4",
"@types/chrome": "^0.1.40",
"@types/dompurify": "^3.2.0",
"@types/qrcode": "^1.5.6",
"@wxt-dev/module-svelte": "^2.0.5",
"daisyui": "^5.5.19",
"husky": "^9.1.7",
"rimraf": "^6.1.3",
"svelte-check": "^4.4.6",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"vite": "5.4.21",
"wxt": "^0.21.0"
},
"keywords": [
"chrome-extension",
"firefox-addon",
"temp-mail",
"autofill",
"otp",
"email"
],
"author": "UnarchiveTech",
"license": "MIT",
"overrides": {
"vite": "5.4.21"
}
}