-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "telegram-audiomessage-bot",
"version": "1.0.0",
"description": "This repo contains the code for our telegram audio message bot that is part of our client project that for Handpicked agencies. This client project is assigned to us for our Semester 4 Creative Technology course.",
"main": "main.js",
"type": "module",
"dependencies": {
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fluent-ffmpeg": "^2.1.2",
"microsoft-cognitiveservices-speech-sdk": "^1.17.0",
"node-schedule": "^2.0.0",
"nodemon": "^2.0.7",
"telebot": "^1.4.1"
},
"devDependencies": {},
"scripts": {
"start": "nodemon main",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinbevers/fontys-s4-telegram-audiomessage-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kevinbevers/fontys-s4-telegram-audiomessage-bot/issues"
},
"homepage": "https://github.com/kevinbevers/fontys-s4-telegram-audiomessage-bot#readme"
}