diff --git a/bun.lockb b/bun.lockb index da86082..fa6efd3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c1edacc..642a7c8 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "", "main": "src/main.ts", + "type": "module", "scripts": { "dev": "bun run --watch ./src/main.ts", "format": "prettier -w ./src/", @@ -17,21 +18,16 @@ "dependencies": { "cheerio": "1.0.0-rc.12", "date-fns": "^2.30.0", - "dotenv": "^16.3.1", "drizzle-orm": "^0.28.6", "postgres": "^3.3.5", - "pretty": "^2.0.0", "telegraf": "^4.14.0" }, "devDependencies": { - "@types/node": "^18.18.0", - "@types/pretty": "^2.0.1", "@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/parser": "^6.7.3", "drizzle-kit": "^0.19.13", "eslint": "^8.50.0", "prettier": "^3.0.3", - "ts-node-dev": "^2.0.0", "typescript": "^5.2.2" } }