mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-02 09:44:14 +00:00
24 lines
538 B
JSON
24 lines
538 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.15.3",
|
|
"mongoose": "^8.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.5",
|
|
"eslint": "^9.5.0"
|
|
}
|
|
}
|