-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "api",
"version": "v1.1.0",
"dependencies": {
"body-parser": "^1.20.3",
"cookie": "^1.0.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"express": "^4.21.2",
"express-rate-limit": "^6.11.2",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mysql": "^2.18.1",
"path": "^0.12.7",
"undici": "^5.26.2",
"vhost": "^3.0.2"
},
"description": "Source code for RESTful API that provides OAuth2 Discord endpoints for authentication and authorization, as well as endpoints for delivering content for my website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Favoslav_",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mrFavoslav/api.favoslav.cz.git"
},
"keywords": [
"api"
],
"bugs": {
"url": "https://github.com/mrFavoslav/api.favoslav.cz/issues"
},
"homepage": "https://github.com/mrFavoslav/api.favoslav.cz#readme"
}