You've already forked discord-bot
mirror of
https://github.com/t2linux/discord-bot.git
synced 2026-04-30 13:49:21 -07:00
20 lines
473 B
JSON
20 lines
473 B
JSON
{
|
|
"name": "bot",
|
|
"version": "1.0.0",
|
|
"description": "t2linux.org's discord bot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "networkException",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "^14.14.14",
|
|
"@types/node-emoji": "^1.8.1",
|
|
"discord.js": "^12.5.1",
|
|
"node-emoji": "^1.10.0",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|