-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.59 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": "@marviuz/discord-bot",
"version": "2.5.0",
"description": "Den of simps discord bot",
"main": "index.ts",
"private": true,
"scripts": {
"start": "node -r dotenv/config ./dist",
"build": "rimraf ./dist && tsup ./index.ts",
"dev": "nodemon -r dotenv/config -r tsconfig-paths/register ./index.ts",
"lint": "eslint --fix **/*.ts && tsc --noEmit",
"prepare": "husky install"
},
"author": "Marviuz (https://www.twitch.tv/marviuz)",
"license": "MIT",
"dependencies": {
"@discord-player/extractor": "^4.4.1",
"@discordjs/opus": "^0.9.0",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"discord-player": "^6.6.2",
"discord.js": "^14.12.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ffmpeg-static": "^5.1.0",
"mathjs": "^11.9.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"node-schedule": "^2.1.1",
"ytdl-core": "^4.11.5",
"zod": "^3.21.4"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/express": "^4.17.17",
"@types/node": "^18.17.3",
"@types/node-schedule": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cspell": "^6.31.2",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"husky": "^8.0.0",
"lint-staged": "^13.2.3",
"nodemon": "^2.0.22",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsup": "^6.7.0",
"typescript": "^5.1.6"
}
}