-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 965 Bytes
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
{
"name": "genepix-bot",
"version": "1.0.0",
"description": "Bot de modération pour le serveur Genepix, il enregistre le nombre d'aides de chaque personnes",
"main": "app.js",
"scripts": {
"start": "pm2 start app.js",
"stop": "pm2 stop app.js",
"restart": "pm2 restart app.js",
"test": "echo \"Error: no test specified\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Semanteo/Genepix-bot.git"
},
"keywords": [
"genepix",
"bot",
"discord",
"semanteo"
],
"author": "Semanteo",
"license": "CC-BY-4.0 https://creativecommons.org/licenses/by/4.0/",
"bugs": {
"url": "https://github.com/Semanteo/Genepix-bot/issues"
},
"homepage": "https://github.com/Semanteo/Genepix-bot#readme",
"dependencies": {
"discord.js": "^12.5.1"
},
"devDependencies": {
"better-sqlite3": "^7.1.2",
"moment": "^2.29.1",
"canvas": "^2.7.0",
"tiktok-scraper": "^1.4.12"
}
}