-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 773 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 773 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": "juno-tg-bot",
"version": "1.0.0",
"description": "Juno Interaction Telegram Bot.",
"main": "index.js",
"scripts": {
"start": "tsc && node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Highlander-maker/juno-tg-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Highlander-maker/juno-tg-bot/issues"
},
"homepage": "https://github.com/Highlander-maker/juno-tg-bot#readme",
"devDependencies": {
"@types/node-telegram-bot-api": "^0.51.4",
"typescript": "^4.3.5"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.25.6",
"node-telegram-bot-api": "^0.54.0"
}
}