mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 09:48:56 +01:00
37 lines
889 B
JSON
37 lines
889 B
JSON
{
|
|
"name": "discordbot-ts-template",
|
|
"version": "1.0.0",
|
|
"description": "Template for an discord bot project with typescript.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "tsc && node .",
|
|
"build": "tsc",
|
|
"register": "tsc && node dist/deploy-commands.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Under-scape/discordbot-ts-template.git"
|
|
},
|
|
"keywords": [
|
|
"discordjs",
|
|
"typescript",
|
|
"bot"
|
|
],
|
|
"author": "TheDreWen",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Under-scape/discordbot-ts-template/issues"
|
|
},
|
|
"homepage": "https://github.com/Under-scape/discordbot-ts-template#readme",
|
|
"devDependencies": {
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/ping": "^0.4.4",
|
|
"cron": "^4.3.3",
|
|
"discord.js": "^14.24.1",
|
|
"dotenv": "^17.2.2",
|
|
"ping": "^1.0.0"
|
|
}
|
|
}
|