-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 891 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 891 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
{
"name": "canard-droid",
"version": "1.0.0",
"description": "The Droid of Ecole Directe Plus website",
"main": "index.js",
"scripts": {
"linux-format": "npx prettier --write '**/*.js'",
"windows-format": "npx prettier --write \"**/*.js\"",
"syntax-format": "node ./scripts/renameVariables.js",
"dev": "nodemon"
},
"author": "As De Pique :) / in collaboration with Ewalwi (:",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"glob": "^11.0.0",
"groq-sdk": "^0.9.1",
"moment": "^2.30.1",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"eslint": "^9.17.0",
"globals": "^15.14.0"
}
}