mirror of
https://github.com/ad1217/PrinterStatus
synced 2024-11-11 02:55:09 -05:00
27 lines
602 B
JSON
27 lines
602 B
JSON
{
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.8",
|
|
"@types/express-ws": "^3.0.0",
|
|
"@types/http-proxy": "^1.17.4",
|
|
"@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",
|
|
"http-proxy": "^1.18.1",
|
|
"js-yaml": "^4.1.0",
|
|
"node-fetch": "^2.6.5",
|
|
"node-gyp": "^8.2.0",
|
|
"pretty-ms": "^7.0.1",
|
|
"ws": "^8.2.3"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node ./server.ts"
|
|
}
|
|
}
|