-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "etiket",
"version": "2.1.0",
"description": "Dead-Simple Tagbot with blacklist and per-server configurations.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eslachance/etiket.git"
},
"author": "Evelyne Lachance <[email protected]> (http://evie.codes)",
"license": "MIT",
"bugs": {
"url": "https://github.com/eslachance/etiket2/issues"
},
"homepage": "https://github.com/eslachance/etiket2#readme",
"dependencies": {
"better-sqlite3": "^7.1.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dblapi.js": "^2.4.1",
"discord.js": "^12.5.1",
"ejs": "^3.1.5",
"enmap": "^5.8.0",
"express": "^4.17.1",
"express-passport": "^0.1.0",
"express-session": "^1.17.1",
"helmet": "^3.16.0",
"lodash": "^4.17.20",
"marked": "^1.2.0",
"moment": "^2.29.0",
"moment-duration-format": "^2.3.2",
"nedb-session-store": "^1.1.2",
"ngrok": "^3.3.0",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4"
}
}