-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 981 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
{
"name": "discord-bot-ts",
"version": "1.0.0",
"description": "## Bien débuté - Pré-requis : node TLS (v18.18 actuellement) - Cloner la branche testing - Initialiser le projet avec `npm ci` - Copier/coller le fichier `.env.exemple` et renommé le `.env` puis compléter",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oxyrobit/Discord-bot-ts.git"
},
"author": "oxyrobit",
"license": "ISC",
"bugs": {
"url": "https://github.com/Oxyrobit/Discord-bot-ts/issues"
},
"homepage": "https://github.com/Oxyrobit/Discord-bot-ts#readme",
"dependencies": {
"discord-api-types": "^0.37.83",
"discord.js": "^14.15.1",
"dotenv": "^16.4.5",
"moment": "^2.30.1",
"mongoose": "^8.3.2"
},
"devDependencies": {
"tsup": "^8.0.2",
"tsx": "^4.7.3",
"typescript": "^5.4.5"
}
}