-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 891 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
{
"name": "breeze-dark-tdesktop-theme",
"version": "1.0.1",
"main": "index.js",
"repository": "[email protected]:futpib/breeze-dark-tdesktop-theme.git",
"author": "futpib <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"send": "node ./bot.js"
},
"dependencies": {
"color": "^3.1.3",
"eslint-config-xo-overrides": "^1.1.2",
"gulp": "^4.0.2",
"gulp-flatmap": "^1.0.2",
"gulp-merge": "^0.1.1",
"gulp-rename": "^2.0.0",
"gulp-stream-to-promise": "^0.1.0",
"gulp-transform": "^3.0.5",
"gulp-unzip": "^1.1.0",
"gulp-zip": "^5.0.2",
"ini": "^1.3.6",
"jimp": "^0.16.1",
"node-telegram-bot-api": "^0.50.0",
"ramda": "^0.27.1",
"socks5-https-client": "^1.2.1",
"through2": "^4.0.2"
},
"xo": {
"extends": [
"eslint-config-xo-overrides"
]
},
"packageManager": "[email protected]"
}