-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.32 KB
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
{
"private": "false",
"name": "dayz-logger",
"version": "1.2.0",
"description": "Récupère les logs d'un serveur DayZ et les transmets à Discord avec la magie des webhooks !",
"main": "index.js",
"engines": {
"node": ">= 14.15.0",
"npm": ">= 6.14.0"
},
"scripts": {
"start": "node --trace-warnings index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexAnimateMP4/Dayz-Logger.git"
},
"homepage": "https://github.com/AlexAnimateMP4/Dayz-Logger#readme",
"bugs": {
"url": "https://github.com/AlexAnimateMP4/Dayz-Logger/issues"
},
"keywords": [],
"files": [
".env",
"api.js",
"events.js",
"functions.js",
"index.js",
"languages.js",
"package.json",
"settings.js"
],
"author": {
"name": "Alex Animate Mp4",
"discord": "Alex Animate Mp4#2361",
"url": "https://github.com/AlexAnimateMP4"
},
"contributors": [],
"license": "MPL-2.0",
"dependencies": {
"axios": "^0.21.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"envfile": "^6.14.0",
"tail": "^2.2.0"
}
}