-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 887 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 887 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "pigram",
"version": "1.1.9",
"description": "Pi Bash in Telegram Bot",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js",
"forever": "pm2 start pm2.json",
"kill": "pm2 stop pm2.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/derogab/pigram.git"
},
"keywords": [
"raspberry",
"pi",
"telegram",
"bot",
"bash"
],
"author": "derogab",
"license": "ISC",
"bugs": {
"url": "https://github.com/derogab/pigram/issues"
},
"homepage": "https://github.com/derogab/pigram#readme",
"dependencies": {
"humanize-duration": "3.33.0",
"prettysize": "2.0.0",
"qiao-get-ip": "5.2.1",
"shelljs": "0.10.0",
"systeminformation": "5.27.9",
"telegraf": "4.16.3"
},
"devDependencies": {
"pm2": "6.0.5"
}
}