2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-09-21 13:49:04 -04:00
PrinterStatus/server/package.json
2022-01-04 22:18:47 -05:00

27 lines
617 B
JSON

{
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express-ws": "^3.0.1",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.8",
"@types/node-fetch": "^2.5.12",
"@types/ws": "^8.2.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"express": "^4.17.2",
"express-ws": "^5.0.2",
"fluent-ffmpeg": "^2.1.2",
"js-yaml": "^4.1.0",
"mp4frag": "^0.5.4",
"node-fetch": "^2.6.6",
"ws": "^8.4.0"
},
"scripts": {
"start": "npm run dev",
"dev": "ts-node --files ./src/server.ts"
}
}