DoSoapCalc/backend/package.json
2025-06-05 01:36:31 +00:00

21 lines
414 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"body-parser": "^2.2.0",
"express": "^5.1.0",
"multer": "^2.0.1",
"node-telegram-bot-api": "^0.66.0",
"streamifier": "^0.1.1"
}
}