-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.19 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
39
40
41
42
43
{
"name": "rest_api_template-nodejs.express.discord",
"version": "1.0.0",
"description": "REST API Handler Template | Lib: NodeJS, Express.js | Login System: Passport-Discord",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MGalaCyber/REST_API_Template-Nodejs.Express.Discord.git"
},
"keywords": [
"RestApi",
"Discord",
"Passport-Discord",
"API",
"Endpoints"
],
"author": "MGalaCyber",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MGalaCyber/REST_API_Template-Nodejs.Express.Discord/issues"
},
"homepage": "https://github.com/MGalaCyber/REST_API_Template-Nodejs.Express.Discord#readme",
"dependencies": {
"body-parser": "^1.20.2",
"box-console": "^2.0.0",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.1.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"memorystore": "^1.6.7",
"moment": "^2.29.4",
"mongoose": "^7.2.2",
"node-fetch": "^3.3.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4"
}
}