28 lines
593 B
JSON
28 lines
593 B
JSON
{
|
|
"name": "dbot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "npm run build && npm start",
|
|
"start": "node ./dist/main.js",
|
|
"build": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@gitea.papryk.com:2222/Papryk/dj-spangebob.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@discordjs/voice": "^0.19.0",
|
|
"@snazzah/davey": "^0.1.9",
|
|
"@types/node": "^25.0.3",
|
|
"discord.js": "^14.25.1",
|
|
"dotenv": "^17.2.3",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|