-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.66 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
{
"name": "monolith",
"version": "1.0.0",
"description": "The definitive Discord bot for the AF Server",
"main": "src/app.ts",
"scripts": {
"start": "npm run artifacts && npm run start:bot",
"start:bot": "ts-node src/bootstrap",
"start:mim": "git pull && npm i && npm start",
"artifacts": "chmod +x generate_build.sh && ./generate_build.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ilefa/monolith.git"
},
"author": "ILEFA Labs",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ilefa/monolith/issues"
},
"homepage": "https://github.com/ilefa/monolith#readme",
"dependencies": {
"@ilefa/bluepages": "^1.0.0",
"@ilefa/blueplate": "^1.0.5-2",
"@ilefa/bluesign": "^1.0.0",
"@ilefa/husky": "^1.1.4",
"@ilefa/ivy": "^1.0.8",
"@typegoose/typegoose": "^9.3.1",
"axios": "^0.24.0",
"discord.js": "^13.12.0",
"dotenv": "^10.0.0",
"expiry-map": "^1.1.0",
"html-entities": "^2.3.2",
"minecraft-server-util": "^5.2.8",
"moment": "^2.29.1",
"mongoose": "^6.0.14",
"node-schedule": "^2.1.0",
"qs": "^6.10.2",
"string-similarity": "^4.0.4",
"uuid": "^8.3.2",
"weighted-map": "^1.0.0"
},
"devDependencies": {
"@types/mongoose": "^5.11.97",
"@types/node-schedule": "^1.3.2",
"@types/qs": "^6.9.7",
"@types/redis": "^4.0.11",
"@types/string-similarity": "^4.0.0",
"@types/uuid": "^8.3.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}