mirror of
https://github.com/FranP-code/shopping-discord-bot.git
synced 2025-10-13 00:22:44 +00:00
27 lines
711 B
JSON
27 lines
711 B
JSON
{
|
|
"scripts": {
|
|
"start": "node deploy-commands.js && npx tsc && node dist/app.js",
|
|
"dev": "npx tsc && node deploy-commands.js && nodemon -L src/app.ts"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.6.0",
|
|
"dotenv": "^16.0.3",
|
|
"jsdom": "^20.0.2",
|
|
"puppeteer": "16.2.0"
|
|
},
|
|
"name": "shopping-discord-bot",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"repository": "https://github.com/FranP-code/shopping-discord-bot",
|
|
"author": "Francisco Pessano <franpessano1@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
"@typescript-eslint/parser": "^5.48.1",
|
|
"eslint": "^8.27.0",
|
|
"nodemon": "^2.0.20",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|