-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 859 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
{
"name": "pcc_bot",
"version": "1.0.0",
"bin": {
"pcc_bot": "index.js"
},
"description": "A App for control PC with Telegram Bot",
"main": "index.js",
"dependencies": {
"desktop-screenshot": "^0.1.1",
"diskspace": "^2.0.0",
"in_array": "^1.1.0",
"node-cmd": "^3.0.0",
"node-telegram-bot": "^0.1.9",
"node-wifi": "^2.0.4",
"os": "^0.1.1",
"power-off": "^1.1.2",
"sleep-mode": "^1.1.0",
"usb": "^1.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sh-sh-dev/PCC_Bot.git"
},
"author": "Shaygan Shokrollahi",
"license": "MIT",
"bugs": {
"url": "https://github.com/sh-sh-dev/PCC_Bot/issues"
},
"homepage": "https://github.com/sh-sh-dev/PCC_Bot#readme"
}