-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) Β· 1.55 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
{
"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": "bun ./dist/deployCommands.js",
"start": "bun ./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"
},
"keywords": [
"canvas",
"discord",
"lms",
"discord-js",
"instructure",
"instructure-canvas",
"iceprey"
],
"author": "https://github.com/ICEPrey",
"license": "MIT",
"dependencies": {
"@eslint/migrate-config": "^1.3.0",
"@supabase/supabase-js": "^2.43.4",
"axios": "^1.7.6",
"crypto": "^1.0.1",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"html-to-text": "^9.0.5",
"typescript": "5.5.4",
"url": "^0.11.4"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@types/bun": "^1.1.8",
"@types/eslint__js": "^8.42.3",
"@types/html-to-text": "^9.0.1",
"@types/node": "^22.5.2",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint": "^9.9.1",
"globals": "^15.9.0",
"husky": "^9.1.5",
"supabase": "^1.191.3",
"typescript-eslint": "^8.3.0"
}
}