-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 942 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
{
"name": "quinn",
"description": "The bot you don't want to hear from",
"version": "2.1.7",
"type": "module",
"main": "src/quinn.js",
"engines": {
"node": ">=16.9.0"
},
"scripts": {
"dev": "node -r dotenv/config src/quinn.js",
"proxy": "ngrok http 9999",
"lint": "standard | snazzy",
"start": "node src/quinn.js"
},
"dependencies": {
"@axiomhq/pino": "^0.1.3",
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^9.1.0",
"@prisma/client": "^5.11.0",
"@sentry/node": "^7.107.0",
"croner": "^8.0.1",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
"hiei.js": "^1.1.0",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1"
},
"devDependencies": {
"ngrok": "^5.0.0-beta.2",
"prisma": "^5.11.0",
"snazzy": "^9.0.0",
"standard": "^17.1.0"
}
}