-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 941 Bytes
/
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
{
"name": "shakiri-ayui",
"version": "1.0.0",
"description": "Discord Bot (WIP)",
"main": "./dist/index.js",
"scripts": {
"start": "npx tsc && node --env-file=.env.production .",
"dev": "npx tsc && node --env-file=.env.development ."
},
"keywords": [
"Nekitori17",
"Discord",
"Discord",
"Bot"
],
"author": "Nekitori17",
"repository": "git://github.com/Nekitori17/shakiri-ayui.git",
"license": "MIT",
"devDependencies": {
"typescript": "^5.7.3"
},
"dependencies": {
"@discord-player/extractor": "^7.1.0",
"@types/ms": "^2.1.0",
"@types/node": "^22.13.1",
"axios": "^1.7.9",
"discord-player": "^7.1.0",
"discord-player-youtubei": "^1.4.2",
"discord.js": "^14.18.0",
"dotenv": "^16.4.7",
"ffmpeg-static": "^5.2.0",
"json-store-typed": "^1.1.0",
"mongoose": "^8.10.0",
"ms": "^2.1.3",
"pretty-ms": "^9.2.0",
"sharp": "^0.33.5"
}
}