mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-01 01:04:16 +00:00
24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "poixpixel-discord-bot",
|
|
"version": "1.0.0",
|
|
"main": "./source/discord-bot.ts",
|
|
"author": "Poixpixel",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"scripts": {
|
|
"compile": "npx tsc",
|
|
"target": "node ./target/discord-bot.js",
|
|
"start": "yarn run compile && yarn run target",
|
|
"lint": "npx eslint ./source --ext .ts"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.14.1",
|
|
"mongoose": "^8.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.24",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3",
|
|
"eslint": "^8.56.0"
|
|
}
|
|
}
|