2023-03-24 06:41:33 -05:00
|
|
|
{
|
2023-04-09 11:38:29 -05:00
|
|
|
"name": "safetwitch-backend",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Privacy respecting frontend for twitch",
|
|
|
|
"main": "index.ts",
|
2023-03-24 06:41:33 -05:00
|
|
|
"dependencies": {
|
2023-03-29 09:03:16 -05:00
|
|
|
"compression": "^1.7.4",
|
2023-04-09 11:38:29 -05:00
|
|
|
"connect-history-api-fallback": "^2.0.0",
|
2023-03-24 06:41:33 -05:00
|
|
|
"dotenv": "^16.0.3",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"videojs-contrib-quality-levels": "^3.0.0",
|
2023-04-09 11:38:29 -05:00
|
|
|
"videojs-hls-quality-selector": "^1.1.4",
|
2023-03-24 06:41:33 -05:00
|
|
|
"winston": "^3.8.2",
|
|
|
|
"ws": "^8.13.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-29 09:03:16 -05:00
|
|
|
"@types/compression": "^1.7.2",
|
2023-03-24 06:41:33 -05:00
|
|
|
"@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",
|
2023-04-08 17:15:57 -05:00
|
|
|
"prod": "npx ts-node index.ts",
|
|
|
|
"build": "npx tsc"
|
2023-04-09 11:38:29 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://codeberg.org/dragongoose/safetwitch-backend"
|
|
|
|
},
|
|
|
|
"author": "dragongoose"
|
2023-03-24 06:41:33 -05:00
|
|
|
}
|