Polarcraft/discordbot/package.json
Xeovalyte d52431ffb5
Some checks failed
Build and Deploy / Deploy Web (push) Failing after 1s
Build and Deploy / Deploy Discord Bot (push) Failing after 1s
Initialized discord bot version 2
2023-06-27 19:38:28 +02:00

23 lines
440 B
JSON

{
"name": "discordbot",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"build": "tsup src/index.ts --minify"
},
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.11.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
"tsup": "^7.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3"
}
}