{ "name": "@link-stack/bridge-deltachat", "version": "3.5.0-beta.1", "main": "build/main/index.js", "author": "Darren Clarke ", "license": "AGPL-3.0-or-later", "dependencies": { "@deltachat/jsonrpc-client": "^1.151.1", "@deltachat/stdio-rpc-server": "^1.151.1", "@hono/node-server": "^1.13.8", "hono": "^4.7.4", "pino": "^9.6.0", "pino-pretty": "^13.0.0" }, "devDependencies": { "@types/node": "*", "dotenv-cli": "^10.0.0", "tsx": "^4.20.6", "typescript": "^5.9.3" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "dotenv -- tsx src/index.ts", "start": "node build/main/index.js" } }