{ "name": "@dbis/telex-transport-adapter", "version": "0.1.0", "private": true, "type": "module", "bin": { "telex-transport-adapter": "./dist/cli.js" }, "scripts": { "build": "tsc -p tsconfig.json", "dry-run": "node dist/cli.js --dry-run" } }