-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 977 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
{
"name": "saigo",
"version": "1.0.0",
"description": "typescript discord bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/packetfire/saigo.git"
},
"author": "Brock Ramsey",
"license": "MIT",
"bugs": {
"url": "https://github.com/packetfire/saigo/issues"
},
"homepage": "https://github.com/packetfire/saigo#readme",
"dependencies": {
"@discordjs/builders": "^1.4.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.5.0",
"@discordjs/voice": "^0.14.0",
"@types/better-sqlite3": "^7.6.3",
"@types/node": "^18.11.17",
"better-sqlite3": "^8.0.1",
"discord-api-types": "^0.37.24",
"discord.js": "^14.7.1",
"discordx": "^11.5.2",
"eslint": "^8.30.0",
"libsodium-wrappers": "^0.7.10",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}