-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.05 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
42
43
44
45
46
47
48
49
{
"name": "telewax",
"version": "1.2.0",
"description": "An script for make your life with WAXP easier.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alowave223/telewax.git"
},
"keywords": [
"wax",
"telegram",
"waxp",
"alienworlds"
],
"bin": "index.js",
"pkg": {
"targets": [
"node14-win-x64"
],
"assets": [
"data/config-sample.yml",
"node_modules/es-get-iterator/node.js",
"node_modules/better-sqlite3/"
],
"outputPath": "dist"
},
"author": "alowave",
"license": "MIT",
"bugs": {
"url": "https://github.com/alowave223/telewax/issues"
},
"homepage": "https://github.com/alowave223/telewax#readme",
"dependencies": {
"axios": "^0.21.1",
"better-sqlite3": "^7.4.0",
"chalk": "^4.1.1",
"deep-equal": "^2.0.5",
"es-get-iterator": "^1.1.2",
"telegraf": "^4.3.0",
"yaml": "^1.10.2"
},
"devDependencies": {
"pkg": "4.3.6"
}
}