34 lines
767 B
JSON
34 lines
767 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",
|
|
"spotify-web-api-node": "^5.0.2",
|
|
"typescript": "^5.9.3",
|
|
"yt-search": "^2.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/spotify-web-api-node": "^5.0.11",
|
|
"@types/yt-search": "^2.10.3"
|
|
}
|
|
}
|