-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 958 Bytes
/
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
{
"name": "websitestarbot",
"version": "1.0.0",
"description": "Repositório Oficial do Website da StarBot.",
"main": "index.js",
"scripts": {
"start": "node --optimize_for_size --expose-gc --gc-interval=100 .",
"lint": "eslint --ext .js --ignore-path .gitignore .",
"fix": "eslint --ext .js --ignore-path .gitignore --fix ."
},
"keywords": [],
"author": "stardiscordbot",
"license": "ISC",
"dependencies": {
"axios": "^1.1.2",
"body-parser": "^1.20.1",
"discord.js": "^14.5.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.17.1",
"express-session": "^1.17.3",
"markdown-it": "^13.0.1",
"memorystore": "^1.6.7",
"passport": "^0.6.0",
"passport-discord": "^0.1.4"
},
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1"
}
}