-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 832 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 832 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
35
{
"name": "secure-mm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"auto-git-update": "^2.1.2",
"axios": "^0.26.1",
"body-parser": "^1.20.0",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"discord-html-transcripts": "^2.3.2",
"discord.js": "^12.5.3",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"formik": "^2.2.9",
"moment": "^2.29.3",
"mongoose": "^6.3.0",
"mysql": "^2.18.1",
"passport": "^0.5.2",
"passport-discord": "^0.1.4"
},
"devDependencies": {
"tailwindcss": "^3.0.24"
}
}