28 lines
753 B
JSON
28 lines
753 B
JSON
{
|
|
"name": "@link-stack/bridge-deltachat",
|
|
"version": "3.5.0-beta.1",
|
|
"main": "build/main/index.js",
|
|
"author": "Darren Clarke <darren@redaranj.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@deltachat/jsonrpc-client": "^1.151.1",
|
|
"@deltachat/stdio-rpc-server": "^1.151.1",
|
|
"@hapi/hapi": "^21.4.3",
|
|
"@hapipal/schmervice": "^3.0.0",
|
|
"@hapipal/toys": "^4.0.0",
|
|
"hapi-pino": "^13.0.0",
|
|
"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"
|
|
}
|
|
}
|