-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 755 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 755 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
31
32
33
34
{
"name": "ms-oauth2api-next",
"version": "1.0.0",
"description": "MS_OAuth2API_Next",
"main": "main.js",
"scripts": {
"start": "node main.js",
"dev": "nodemon main.js",
"test": "jest"
},
"keywords": [
"api",
"ms-oauth2api-next"
],
"author": "Unix",
"license": "ISC",
"dependencies": {
"dotenv": "^16.5.0",
"koa": "^3.0.0",
"koa-body": "^6.0.1",
"koa-bodyparser": "^4.4.1",
"koa-router": "^13.0.1",
"koa-static": "^5.0.0",
"mailparser": "^3.9.0",
"mysql2": "^3.14.1",
"node-fetch": "^2.7.0",
"node-imap": "^0.9.6",
"redis": "^5.10.0",
"socks-proxy-agent": "^8.0.5",
"undici": "^6.22.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
}
}