{ "name": "rentgen", "version": "0.0.1", "description": "A simple Firefox extension that visualizes all the data that a given website sends to third parties.", "main": "esbuild.config.js", "type": "module", "scripts": { "build": "node esbuild.config.js", "watch": "node esbuild.config.js --watch", "typecheck": "tsc --noEmit" }, "repository": { "type": "git", "url": "https://git.internet-czas-dzialac.pl/icd/rentgen.git" }, "homepage": "https://git.internet-czas-dzialac.pl/icd/rentgen", "author": "Kuba Orlik, Arkadiusz Wieczorek", "license": "GPL-3.0-or-later", "dependencies": { "@iabtcf/core": "^1.3.1", "@types/proposal-relative-indexing-method": "^0.1.0", "esbuild": "^0.13.3", "events": "^3.3.0", "react": "^17.0.2", "react-dom": "^17.0.2", "tai-password-strength": "^1.1.3" }, "devDependencies": { "@types/events": "^3.0.0", "@types/react-dom": "^17.0.9", "esbuild-plugin-sass": "^1.0.1", "esbuild-plugin-svgr": "^1.0.0", "web-ext": "^6.6.0", "web-ext-types": "^3.2.1" } }