-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 963 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
37
38
39
40
41
{
"name": "party-bot",
"version": "2.0.1",
"description": "Bot privée pour le Party Center",
"main": "index.js",
"scripts": {
"deploy": "node deploy-commands.js",
"start": "npm run lint && node .",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Guscraftin/Party-bot.git"
},
"keywords": [
"bot",
"private",
"discord",
"party"
],
"author": "Guscraftin",
"license": "ISC",
"bugs": {
"url": "https://github.com/Guscraftin/Party-bot/issues"
},
"homepage": "https://github.com/Guscraftin/Party-bot#readme",
"dependencies": {
"cron": "2.1.0",
"discord.js": "^14.15.3",
"dotenv": "16.3.1",
"sequelize": "6.32.1",
"sqlite3": "5.1.6"
},
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
}
}