-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 KB
/
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
42
43
{
"name": "spades",
"description": "discord.js bot template",
"version": "1.0.1",
"main": "src/app/app.js",
"type": "module",
"author": "nonsensetwice",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint",
"format": "eslint --fix",
"start": "node --trace-warnings -r dotenv/config src/app/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nonsensetwice/spades.git"
},
"keywords": [
"discord",
"bot",
"template"
],
"bugs": {
"url": "https://github.com/nonsensetwice/spades/issues"
},
"homepage": "https://github.com/nonsensetwice/spades#readme",
"dependencies": {
"@sapphire/framework": "^4.6.0",
"@sentry/integrations": "^7.70.0",
"@sentry/node": "^7.119.2",
"@sentry/tracing": "^7.70.0",
"discord.js": "^14.16.3",
"dotenv": "^16.3.1",
"mongodb": "^6.1.0",
"pino": "^8.15.1",
"pino-sentry-transport": "^1.0.5"
},
"devDependencies": {
"eslint": "^9.13.0",
"globals": "^15.11.0"
}
}