-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 973 Bytes
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
{
"name": "psw4",
"version": "2.0.0",
"description": "PSw4 Rewrite",
"main": "main.js",
"scripts": {
"start": "tsx main.ts",
"test": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chari69/PSw4.git"
},
"keywords": [
"discord-bot"
],
"type": "module",
"author": "Chari69",
"license": "UNLICENCED",
"bugs": {
"url": "https://github.com/Chari69/PSw4/issues"
},
"homepage": "https://github.com/Chari69/PSw4#readme",
"private": true,
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.1",
"@sapphire/framework": "^5.3.2",
"@sapphire/plugin-subcommands": "^7.0.1",
"@sapphire/utilities": "^3.18.2",
"booru": "^2.9.0",
"discord.js": "^14.25.1",
"dotenv": "^16.4.7",
"googleapis": "^148.0.0",
"libsodium-wrappers": "^0.8.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"openai": "^4.89.0",
"sodium-native": "^5.1.0"
},
"devDependencies": {
"ts-node": "^10.9.2"
}
}