forked from LukeSkywalker92/TeleFrame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 994 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
{
"name": "teleframe",
"version": "3.0.2",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"botonly": "node botonly.js",
"install": "node ./tools/install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LukeSkywalker92/teleframe.git"
},
"author": "Lukas Scheffler",
"license": "ISC",
"bugs": {
"url": "https://github.com/LukeSkywalker92/teleframe/issues"
},
"homepage": "https://github.com/LukeSkywalker92/teleframe#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"chroma-js": "^2.1.0",
"dotenv": "^8.2.0",
"electron": "^7.1.10",
"image-downloader": "^3.5.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"node-audiorecorder": "^1.4.2",
"node-schedule": "^1.3.2",
"randomcolor": "^0.5.4",
"sweetalert": "^2.1.2",
"sweetalert2": "^9.5.4",
"telegraf": "^3.35.0",
"velocity-animate": "^1.5.2",
"winston": "^3.2.1"
}
}