{ "name": "sup-proton-bridge", "version": "0.1.0", "description": "ProtonMail IMAP bridge for SUP notifications via Signal", "type": "module", "scripts": { "dev": "bun --watch src/index.ts", "start": "bun src/index.ts", "build": "bun build --compile src/index.ts --outfile sup-proton-bridge" }, "dependencies": { "chalk": "^5.6.2", "imap": "^0.8.19" }, "devDependencies": { "@types/imap": "^0.8.43" } }