forked from ThemerBot/ThemerBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 KB
/
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
{
"name": "themerbot",
"version": "0.1.0",
"description": "Create themes for telegram android from a picture.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint . --format codeframe",
"i18n": "node scripts/download-translations.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YouTwitFace/ThemerBot.git"
},
"author": "YouTwitFace <contact@lungers.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/YouTwitFace/ThemerBot/issues"
},
"homepage": "https://github.com/YouTwitFace/ThemerBot#readme",
"dependencies": {
"@snejugal/color": "^2.1.1",
"attheme-js": "^3.0.0",
"color": "^3.1.2",
"dotenv": "^8.2.0",
"get-image-colors": "^2.0.0",
"image-size": "^0.8.3",
"new-i18n": "^1.4.0",
"promise-fs": "^2.1.1",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"sharp": "^0.25.2",
"telegraf": "^3.37.0",
"telegraf-plugin-tgan": "^1.0.1",
"unzipper": "^0.10.10",
"xmldom": "^0.3.0"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}