27 lines
564 B
JSON
Executable File
27 lines
564 B
JSON
Executable File
{
|
|
"scripts": {
|
|
"start": "nodemon app.js"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "^9.0.1",
|
|
"@fastify/websocket": "^10.0.1",
|
|
"axios": "^1.7.2",
|
|
"blob-util": "^2.0.2",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"dotenv": "^16.4.5",
|
|
"fastify": "^4.27.0",
|
|
"got": "^11.8.3",
|
|
"https": "^1.0.0",
|
|
"mixpanel": "^0.18.0",
|
|
"object-to-formdata": "^4.5.1",
|
|
"pino": "^9.1.0",
|
|
"pocketbase": "^0.21.2",
|
|
"sharp": "^0.33.4",
|
|
"ua-parser-js": "^1.0.37",
|
|
"ws": "^8.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.1"
|
|
}
|
|
}
|