-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 879 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 879 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
{
"name": "cfa-manager",
"version": "1.6.7",
"description": "Discord bot that manages the Chaos Forces Alliance.",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/deploy-commands && node .",
"test": "pnpm i && node src/deploy-commands && pm2 start src/index.js && pm2 delete src/index.js",
"ci": "node . --ci"
},
"repository": {
"type": "git",
"url": "https://github.com/HS-High-Science/CFA-Manager.git"
},
"homepage": "https://github.com/HS-High-Science/CFA-Manager",
"contributors": ["Asynchronite", "stolarchukboris"],
"author": "Asynchronite",
"license": "AGPLv3",
"dependencies": {
"discord.js": "^14.19.3",
"dotenv": "^16.5.0",
"knex": "^3.1.0",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"mysql2": "^3.14.1",
"pm2": "^6.0.14",
"remove": "^0.1.5"
}
}