mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "vinci",
|
|
"version": "1.0.0",
|
|
"description": "Vinci Discord Bot for Mara Turing",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "nodemon index.ts",
|
|
"compile": "tsc --build",
|
|
"build": "tsc --build",
|
|
"web": "node webserver.js",
|
|
"start": "ts-node index.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SrIzan10/vinci.git"
|
|
},
|
|
"keywords": [
|
|
"discord-bot"
|
|
],
|
|
"author": "Sr Izan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/SrIzan10/vinci/issues"
|
|
},
|
|
"homepage": "https://github.com/SrIzan10/vinci#readme",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.8.0",
|
|
"@discordjs/voice": "^0.11.0",
|
|
"@sern/handler": "^1.1.0",
|
|
"@xmldom/xmldom": "^0.8.2",
|
|
"axios": "^0.27.2",
|
|
"discord-bot-youtube-notifications": "^1.1.4",
|
|
"discord-tictactoe": "^4.0.0",
|
|
"discord.js": "^14.2.0",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.1",
|
|
"ffmpeg-static": "^5.0.2",
|
|
"got": "^11.8.5",
|
|
"libsodium-wrappers": "^0.7.10",
|
|
"mongoose": "^6.5.1",
|
|
"node-superfetch": "^0.2.3",
|
|
"pretty-seconds-spanish": "^2.1.0",
|
|
"systeminformation": "^5.12.6"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "10.9.1",
|
|
"typescript": "4.8.2"
|
|
}
|
|
}
|