Files
vinci/package.json

34 lines
797 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.7-beta",
"axios": "^0.27.2",
"discord.js": "^14.0.3",
"dotenv": "^16.0.1",
"got": "^11.8.5",
"request": "^2.88.2",
"rss-parser": "^3.12.0",
"something-random-on-discord": "^3.4.4"
}
}