-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 852 Bytes
/
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": "codecademy-secret-message",
"version": "1.1.0",
"description": "Telegram bot for my girlfriend, generates cute messages",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"keywords": [],
"author": "Artur Kozub",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"express": "^4.18.2",
"node-cron": "^3.0.3",
"node-emoji": "^2.1.3",
"node-schedule": "^2.1.1",
"node-telegram-bot-api": "^0.64.0",
"pg-promise": "^11.5.4"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caymannamyac/secret-message.git"
},
"bugs": {
"url": "https://github.com/caymannamyac/secret-message/issues"
},
"homepage": "https://github.com/caymannamyac/secret-message#readme"
}