-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"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",
"clean": "wxt clean",
"typecheck": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"dompurify": "^3.0.0",
"jszip": "^3.10.1",
"qrcode": "^1.5.3",
"svelte": "^5.0.0",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/vite": "^4.0.0",
"@types/chrome": "^0.1.40",
"@types/dompurify": "^3.0.0",
"@types/qrcode": "^1.5.5",
"daisyui": "^5.0.0",
"rimraf": "^6.1.3",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^6.0.2",
"vite": "^5.3.1",
"wxt": "^0.21.0"
},
"keywords": [
"chrome-extension",
"firefox-addon",
"temp-mail",
"autofill",
"otp",
"email"
],
"author": "UnarchiveTech",
"license": "MIT"
}