mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 11:04:15 +00:00
29 lines
675 B
JSON
29 lines
675 B
JSON
{
|
|
"name": "@comty/streaming-server",
|
|
"author": "RageStudio",
|
|
"version": "0.18.6",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "nodemon --ignore dist/ --exec corenode-node ./src/index.js",
|
|
"build": "corenode-cli build"
|
|
},
|
|
"dependencies": {
|
|
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
|
"linebridge": "0.11.14",
|
|
"lodash": "4.17.21",
|
|
"mongoose": "^6.3.3",
|
|
"node-media-server": "^2.3.9",
|
|
"chalk": "^2.4.2",
|
|
"dateformat": "^3.0.3",
|
|
"minimist": "^1.2.5",
|
|
"mkdirp": "1.0.3",
|
|
"ws": "^7.4.6",
|
|
"dotenv": "16.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"nodemon": "^2.0.15",
|
|
"corenode": "0.28.26"
|
|
}
|
|
}
|