Violets-Cache/package.json

11 lines
147 B
JSON
Raw Normal View History

2024-06-01 13:19:36 -05:00
{
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.19.2",
2024-09-26 23:41:36 -05:00
"sharp": "^0.33.5",
2024-06-01 13:19:36 -05:00
"ws": "^8.17.0"
}
}