poixpixel-discord-bot/package.json
2023-12-08 23:11:59 -05:00

22 lines
469 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"
},
"dependencies": {
"discord.js": "^14.14.1",
"mongoose": "^8.0.3"
},
"devDependencies": {
"@types/node": "^20.10.4",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
}
}