Files
ToolsRtmpPush/package.json
2025-08-17 11:41:43 -04:00

22 lines
454 B
JSON

{
"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"
}
}