Files
legica-bot/package.json
Fran Jurmanović 9a9a4f2ced use bun
2023-10-02 21:33:08 +02:00

35 lines
855 B
JSON

{
"name": "scheduled",
"version": "0.0.1",
"main": "src/app.ts",
"scripts": {
"start": "bun src/app.ts",
"dev": "nodemon app.ts",
"build": "tsc --build"
},
"author": "Fran Jurmanović <fjurma12@outlook.com>",
"license": "MIT",
"dependencies": {
"@types/node": "^14.14.31",
"axios": "^0.26.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.10",
"cron": "^3.0.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"typescript": "^4.1.5"
},
"devDependencies": {
"@types/express": "^4.17.18",
"@types/node-cron": "^3.0.1",
"@types/pg": "^7.14.10",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"prettier": "^2.2.1"
}
}