This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.86 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "bot-umieee",
"version": "2.3.3",
"description": "Bot for UMIEEE Discord server.",
"main": "index.js",
"scripts": {
"build": "tsc --build tsconfig.json",
"dev": "ts-node-dev --respawn --transpile-only --poll ./src/index.ts",
"format": "prettier --write .",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"start": "node dist/index.js",
"prepare": "husky install"
},
"keywords": [
"umieee",
"bot"
],
"author": "Mahyar Mirrashed",
"license": "MIT",
"bugs": {
"url": "https://github.com/mahyarmirrashed/bot-umieee",
"email": "[email protected]"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/cron": "^1.7.3",
"@types/glob": "^7.1.4",
"@types/node": "^16.7.1",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^3.4.1",
"husky": "^7.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
},
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@formatjs/intl": "^1.14.1",
"axios": "^0.21.1",
"chalk": "^4.1.2",
"consola": "^2.15.3",
"cron": "^1.8.2",
"discord-api-types": "^0.22.0",
"discord-emoji": "^2.0.1",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"glob": "^7.1.7",
"moment": "^2.29.1",
"mongoose": "^6.0.1",
"turndown": "^7.1.1"
},
"private": true,
"engines": {
"npm": "",
"yarn": ">=1.22"
}
}