{ "name": "diff-highlighter", "version": "1.0.0", "description": "Chrome extension that highlights .diff and .patch files — additions green, deletions red, with toggleable syntax highlighting.", "private": true, "type": "module", "scripts": { "typecheck": "tsc --noEmit", "build": "tsc --noEmit && node scripts/build.mjs", "watch": "node scripts/build.mjs --watch" }, "dependencies": { "highlight.js": "^11.10.0" }, "devDependencies": { "@types/chrome": "^0.0.287", "@types/node": "^22.10.0", "esbuild": "^0.28.1", "typescript": "^5.7.2" } }