-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.35 KB
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
{
"name": "calcifer",
"version": "1.0.0",
"description": "Discord Study Bot for Mayuko",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"format": "prettier --write \"src/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreidimaano/Calcifer.git"
},
"engines": {
"node": ">=16.6"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andreidimaano/Calcifer/issues"
},
"homepage": "https://github.com/andreidimaano/Calcifer#readme",
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.10",
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"ts-node-dev": "^1.0.0",
"typescript": "^4.1.2"
},
"dependencies": {
"@discordjs/builders": "^0.5.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.6.0",
"@supabase/supabase-js": "^1.33.3",
"axios": "^0.21.1",
"discord-api-types": "^0.22.0",
"discord.js": "^13.1.0",
"dotenv": "^8.2.0",
"ffmpeg": "^0.0.4",
"libsodium-wrappers": "^0.7.9",
"moment": "^2.29.1",
"momentjs": "^2.0.0",
"mongoose": "^5.11.9",
"node-cron": "^3.0.0",
"opusscript": "^0.0.8",
"prettier": "^2.3.2"
}
}