mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
Snyk has created this PR to upgrade dayjs from 1.11.6 to 1.11.7. See this package in npm: https://www.npmjs.com/package/dayjs See this project in Snyk: https://app.snyk.io/org/srizan10/project/47dbc8df-7d60-4da4-9823-7250e4525213?utm_source=github&utm_medium=referral&page=upgrade-pr
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "vinci",
|
|
"version": "1.0.0",
|
|
"description": "Vinci Discord Bot for Mara Turing",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "tsc-watch --onSuccess \"node ./dist/index.js --dev\"",
|
|
"compile": "tsc --build",
|
|
"build": "tsc --build",
|
|
"web": "node webserver.js",
|
|
"watch": "tsc --watch",
|
|
"start": "nodemon dist/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SrIzan10/vinci.git"
|
|
},
|
|
"imports": {
|
|
"#plugins": [
|
|
"./dist/plugins/index.js"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"discord-bot"
|
|
],
|
|
"type": "module",
|
|
"author": "Sr Izan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/SrIzan10/vinci/issues"
|
|
},
|
|
"homepage": "https://github.com/SrIzan10/vinci#readme",
|
|
"dependencies": {
|
|
"@consumet/extensions": "1.3.5",
|
|
"@discordjs/opus": "^0.9.0",
|
|
"@discordjs/voice": "^0.14.0",
|
|
"@napi-rs/canvas": "^0.1.30",
|
|
"@sern/handler": "^2.5.0",
|
|
"axios": "^1.1.3",
|
|
"dayjs": "^1.11.7",
|
|
"discord-tictactoe": "^4.0.0",
|
|
"discord.js": "^14.7.1",
|
|
"dotenv": "^16.0.1",
|
|
"execa": "^6.1.0",
|
|
"express": "^4.18.1",
|
|
"form-data": "^4.0.0",
|
|
"got": "^11.8.5",
|
|
"libsodium-wrappers": "^0.7.10",
|
|
"mongoose": "^6.5.1",
|
|
"pretty-seconds-spanish": "^2.1.1",
|
|
"rockpaperscissors-checker": "^1.2.0",
|
|
"set-interval-async": "^3.0.2",
|
|
"systeminformation": "^5.12.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.14",
|
|
"ts-node": "10.9.1",
|
|
"tsc-watch": "^5.0.3",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|