Skip to content

Commit

Permalink
build(deps): remove unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Sep 26, 2023
1 parent 0f863f9 commit e0fc00e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand All @@ -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"
}
}

0 comments on commit e0fc00e

Please sign in to comment.