mirror of
https://github.com/chenasraf/venom.git
synced 2026-05-18 01:29:07 +00:00
31 lines
623 B
JSON
31 lines
623 B
JSON
{
|
|
"name": "venom",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"dev": "nodemon --exec tsx src/index.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.8.0",
|
|
"@types/jsdom": "^21.1.7",
|
|
"csv": "^6.3.10",
|
|
"jsdom": "^24.1.1",
|
|
"nodemon": "^3.1.4",
|
|
"tsx": "^4.16.2",
|
|
"typescript-eslint": "^7.18.0"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.15.3",
|
|
"dotenv": "^16.4.5",
|
|
"mongodb": "^6.8.0",
|
|
"nanoid": "^5.0.7",
|
|
"winston": "^3.13.1"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"build/**"
|
|
]
|
|
}
|
|
}
|