-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 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
{
"name": "canvas-discord-bot",
"version": "1.0.0",
"description": "Elevate your learning experience with the Canvas LMS Discord Bot. Where Education Meets Innovation! πππ€",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "node ./dist/deployCommands.js",
"start": "bun run build && node ./dist/index.js",
"watch": "bunx tsc -w",
"format": "bunx prettier --write .",
"lint": "eslint . --fix --ignore-pattern 'dist/*'",
"dev": "bun --watch ./dist/index.js",
"prepare": "husky",
"logrotate": "find logs/ -name '*.log' -mtime +7 -exec rm {} \\;",
"build": "bunx tsc && mkdir dist\\logs || true"
},
"keywords": [
"canvas",
"discord",
"lms",
"discord-js",
"instructure",
"instructure-canvas",
"MohammedADev"
],
"author": "https://github.com/MohammedADev",
"license": "MIT",
"dependencies": {
"@eslint/migrate-config": "^1.3.7",
"@supabase/supabase-js": "^2.48.1",
"axios": "^1.7.9",
"crypto": "^1.0.1",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"eslint-config-prettier": "^10.0.1",
"html-to-text": "^9.0.5",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"typescript": "5.5.4",
"url": "^0.11.4",
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@types/bun": "^1.2.2",
"@types/eslint__js": "^8.42.3",
"@types/html-to-text": "^9.0.4",
"@types/node": "^22.13.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^9.19.0",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^15.14.0",
"husky": "^9.1.7",
"supabase": "^1.226.4",
"typescript-eslint": "^8.22.0"
}
}