Breadbot/package.json

24 lines
514 B
JSON

{
"name": "breadbot-test",
"version": "1.0.0",
"main": "breadbot.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx watch src/breadbot.ts",
"start": "node dist/breadbot.js",
"build": "tsup src/breadbot.ts --minify"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"discord.js": "^14.20.0",
"dotenv": "^16.5.0"
},
"devDependencies": {
"tsup": "^8.5.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}