-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "getwhois",
"description": "Get Whois information.",
"version": "1.0.3",
"license": "MPL-2.0",
"author": "devbitme",
"repository": {
"type": "git",
"url": "https://github.com/devbitme/getWhois.git"
},
"bugs": {
"url": "https://github.com/devbitme/getWhois/issues"
},
"type": "module",
"scripts": {
"dev": "wxt -b firefox",
"dev:chrome": "wxt",
"build": "wxt build -b firefox",
"build:chrome": "wxt build",
"zip": "wxt zip -b firefox",
"zip:chrome": "wxt zip",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare",
"format": "prettier -w **/*.{js,ts,jsx,tsx,json,svelte,html,css}"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.11",
"@tsconfig/svelte": "^5.0.4",
"@wxt-dev/module-svelte": "^2.0.3",
"@zerodevx/svelte-json-view": "^1.0.11",
"melt": "^0.38.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.13",
"svelte": "^5.35.4",
"svelte-check": "^4.2.2",
"tailwindcss": "^4.1.11",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"wxt": "0.20.7"
}
}