-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 839 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 839 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
28
29
30
{
"name": "discord-authnet",
"version": "1.0.0",
"description": "Connect thousands of Discord accounts to your own network, and force them to join servers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaarlottte/Discord-AuthNet.git"
},
"author": "chaarlottte",
"bugs": {
"url": "https://github.com/chaarlottte/Discord-AuthNet/issues"
},
"homepage": "https://github.com/chaarlottte/Discord-AuthNet#readme",
"dependencies": {
"axios": "^1.1.3",
"body-parser": "^1.20.1",
"btoa": "^1.2.1",
"cors": "^2.8.5",
"discord-oauth2": "^2.10.1",
"express": "^4.18.2",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"nodemon": "^2.0.20",
"snekfetch": "^4.0.4"
}
}