-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 848 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
{
"name": "jonny-silverhand",
"version": "0.8.0",
"description": "Jonny Silverhand",
"main": "bot.js",
"author": "HIIHBCB",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/hiihbcb/jonny-silverhand.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --dir ."
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.2.1",
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.1.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"next": "^13.0.3",
"pg": "^8.8.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"engines": {
"node": "16.x"
},
"devDependencies": {
"sass": "^1.56.1"
}
}