24 lines
499 B
JSON
24 lines
499 B
JSON
{
|
|
"name": "breadbot-test",
|
|
"version": "1.0.0",
|
|
"main": "breadbot.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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"
|
|
},
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "node dist/index.js",
|
|
"build": "tsup src/index.ts --minify"
|
|
}
|