mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
33 lines
756 B
JSON
33 lines
756 B
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"
|
|
},
|
|
"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": {
|
|
"@sern/handler": "^1.1.8-beta",
|
|
"axios": "^0.27.2",
|
|
"discord-giveaways": "^6.0.1",
|
|
"discord.js": "^14.1.2",
|
|
"dotenv": "^16.0.1",
|
|
"mongoose": "^6.5.1",
|
|
"ms": "^2.1.3"
|
|
}
|
|
}
|