forked from MELLIFERA-Labs/janusbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 883 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
34
35
36
37
38
39
40
41
42
43
{
"name": "janusbot",
"version": "0.0.3",
"description": "Self hosted Bot to easy vote in cosmos ecosystem",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pkg ."
},
"keywords": [
"cosmos-ecosystem",
"blockchain",
"telegram",
"bot",
"voting",
"cosmos"
],
"pkg": {
"outputPath": "dist",
"targets": [
"node18-linux-x64",
"node18-macos-x64",
"node18-win-x64"
]
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"axios": "^0.27.2",
"commander": "^9.2.0",
"grammy": "^1.8.3",
"human-interval": "^2.0.1",
"ora": "^5.0.0",
"pino": "^7.11.0",
"pino-pretty": "^7.6.1",
"prompts": "^2.4.2"
},
"devDependencies": {
"pkg": "^5.7.0"
}
}