{ "name": "@techniker-me/rtmp-push", "version": "2025.0.0", "module": "src/index.ts", "type": "module", "scripts": { "test": "bun test", "test:watch": "bun test --watch", "test:coverage": "bun test --coverage" }, "devDependencies": { "@types/bun": "latest", "@types/node": "^20.0.0" }, "peerDependencies": { "typescript": "^5" }, "publishConfig": { "registry": "https://registry-node.techniker.me" } }