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

24 lines
525 B
JSON
Raw Normal View History

{
"devDependencies": {
"@types/express": "^4.17.8",
"@types/express-ws": "^3.0.0",
"@types/js-yaml": "^4.0.3",
"@types/node": "^16.10.3",
"@types/node-fetch": "^2.5.12",
"@types/ws": "^8.2.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.3"
},
"dependencies": {
"express": "^4.17.1",
"express-ws": "^5.0.2",
"js-yaml": "^4.1.0",
"mjpeg-proxy": "^0.3.0",
"node-fetch": "^2.6.5",
"ws": "^8.2.3"
},
"scripts": {
"start": "ts-node --files ./src/server.ts"
}
}