forked from roerohan/Sam-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 Bytes
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
{
"name": "sam-bot",
"version": "1.0.0",
"description": "A telegram bot to manage your expenditure, debts etc.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "mkdir -p public && touch public/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roerohan/Sam-Bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/roerohan/Sam-Bot/issues"
},
"homepage": "https://github.com/roerohan/Sam-Bot#readme",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"mongoose": "^5.7.1",
"telegram-bot-api": "^1.3.3"
}
}