{ "name": "hostinfo", "description": "Receive information of a domain directly in the browser when browsing a website", "private": true, "version": "1.2", "type": "module", "scripts": { "dev": "wxt", "dev:firefox": "wxt -b firefox", "build": "wxt build", "build:firefox": "wxt build -b firefox", "zip": "wxt zip", "zip:firefox": "wxt zip -b firefox", "compile": "tsc --noEmit", "postinstall": "wxt prepare" }, "dependencies": { "@heroicons/react": "^2.2.0", "@tailwindcss/vite": "^4.0.14", "@types/psl": "^1.1.3", "@types/webextension-polyfill": "^0.12.3", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwindcss": "^4.0.14" }, "devDependencies": { "@types/chrome": "^0.0.309", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@wxt-dev/module-react": "^1.1.3", "typescript": "^5.8.2", "wxt": "^0.19.29" }, "trustedDependencies": [ "spawn-sync" ] }