41 lines
845 B
JSON
41 lines
845 B
JSON
{
|
|
"name": "streamer",
|
|
"version": "1.0.0",
|
|
"main": "server.mjs",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"bin": "bin.mjs",
|
|
"scripts": {
|
|
"start": "node bin.mjs",
|
|
"dev": "node bin.mjs --dev"
|
|
},
|
|
"dependencies": {
|
|
"baresip-wrapper": "^1.0.10",
|
|
"debug": "^4.3.1",
|
|
"es-main": "^1.0.2",
|
|
"fastify": "^3.15.1",
|
|
"fastify-cors": "^6.0.1",
|
|
"fastify-http-proxy": "^6.2.0",
|
|
"fastify-sse-v2": "^2.0.4",
|
|
"fastify-static": "^4.0.1",
|
|
"is-online": "^9.0.0",
|
|
"minimist": "^1.2.5",
|
|
"node-jsonrpc-client": "^1.0.4",
|
|
"split2": "^3.2.2",
|
|
"streamx": "^2.10.3"
|
|
},
|
|
"pkg": {
|
|
"assets": [
|
|
"etc/**",
|
|
"frontend/dist/**"
|
|
],
|
|
"targets": [
|
|
"node14-linux-arm64",
|
|
"node14-linux-x64"
|
|
],
|
|
"outputPath": "dist"
|
|
},
|
|
"devDependencies": {
|
|
"caxa": "^1.0.0"
|
|
}
|
|
}
|