mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2025-01-08 13:50:05 -05:00
25 lines
606 B
JSON
25 lines
606 B
JSON
|
{
|
||
|
"dependencies": {
|
||
|
"connect-history-api-fallback": "^2.0.0",
|
||
|
"dotenv": "^16.0.3",
|
||
|
"express": "^4.18.2",
|
||
|
"videojs-contrib-quality-levels": "^3.0.0",
|
||
|
"videojs-hls-quality-selector": "^1.1.4",
|
||
|
"winston": "^3.8.2",
|
||
|
"ws": "^8.13.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/connect-history-api-fallback": "^1.3.5",
|
||
|
"@types/express": "^4.17.17",
|
||
|
"@types/node": "^18.14.6",
|
||
|
"@types/ws": "^8.5.4",
|
||
|
"nodemon": "^2.0.21",
|
||
|
"ts-node": "^10.9.1",
|
||
|
"typescript": "^4.9.5"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "npx nodemon index.ts",
|
||
|
"prod": "npx ts-node index.ts"
|
||
|
}
|
||
|
}
|