mirror of
https://github.com/SrIzan10/femboybot.git
synced 2026-06-06 00:56:50 +00:00
31 lines
682 B
JSON
31 lines
682 B
JSON
{
|
|
"name": "nosequevoyaponeraquiasiquevoyaponerestolol",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
|
|
"build": "tsc --build"
|
|
},
|
|
"type": "module",
|
|
"keywords": [
|
|
"typescript",
|
|
"sern",
|
|
"discord.js"
|
|
],
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"@sern/handler": "^3.1.0",
|
|
"axios": "^0.27.2",
|
|
"discord.js": "^14.13.0",
|
|
"dotenv": "^16.0.3",
|
|
"mongoose": "^6.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.25",
|
|
"tsc-watch": "^5.0.3",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|