forked from stranzero/roblox-authentication-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 930 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
{
"name": "roblox-authentication-bot",
"version": "1.0.0",
"description": "This template was designed for people to use as a result of the new roblox OAUTH",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"roblox",
"discord",
"authentication",
"oauth"
],
"author": "Jake | @jakv.",
"repository": {
"type": "git",
"url": "git+https://github.com/DevJakey/roblox-authentication-bot.git"
},
"license": "GPL-3.0",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"axios": "^1.4.0",
"discord-api-types": "^0.28.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"mongoose": "^7.3.1",
"noblox.js": "^4.14.1",
"node-fetch": "^3.3.1"
}
}