-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 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
{
"name": "ao20-discord-bot",
"version": "1.0.0",
"description": "Bot for Argentum 20 discord server.",
"main": "./src/index.js",
"scripts": {
"start": "node ./src/index.js",
"dev": "nodemon ./src/index.js"
},
"author": "Bruno De Angelis (SimP)",
"devDependencies": {
"nodemon": "^2.0.7"
},
"dependencies": {
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.39.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.41.2",
"@opentelemetry/sdk-node": "^0.41.2",
"@prismicio/client": "^4.0.0",
"axios": "^1.7.9",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"knex": "^0.21.17",
"mysql2": "^2.2.5",
"simple-git": "^3.27.0"
}
}