-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "botscord",
"version": "0.0.1",
"description": "BotsCord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"css": "postcss website/public/css/tailwind.css -o website/public/css/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CorwinDev/BotsCord.git"
},
"keywords": [
"Discord",
"Bots",
"BotsCord",
"BotList",
"ServerList"
],
"author": "CorwinDev",
"license": "MIT",
"bugs": {
"url": "https://github.com/CorwinDev/BotsCord/issues"
},
"homepage": "https://github.com/CorwinDev/BotsCord#readme",
"dependencies": {
"autoprefixer": "^10.4.8",
"body-parser": "^1.20.0",
"canvas": "^2.9.3",
"colors": "^1.4.0",
"cookie-session": "^2.0.0",
"discord.js": "^14.1.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-rate-limit": "^6.5.1",
"express-session": "^1.17.3",
"geoip-lite": "^1.4.6",
"ipware": "^2.0.0",
"memorystore": "^1.6.7",
"mongoose": "^6.5.0",
"parse-ms-2": "^1.0.0",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"request": "^2.88.2",
"sanitize-html": "^2.7.1",
"showdown": "^2.1.0",
"tailwindcss": "^3.1.7",
"url": "^0.11.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@types/sanitize-html": "^2.6.2",
"postcss-nesting": "^10.1.10"
}
}