Skip to content

Commit

Permalink
remove (probably) unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Oct 8, 2023
1 parent d37e947 commit 1323152
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 212 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,28 @@
"version": "4.0.0",
"description": "The official bot for the Faithful Discord servers.",
"main": "src/index.ts",
"type": "commonjs",
"scripts": {
"dev": "ts-node-dev --respawn -r tsconfig-paths/register --ignore-watch json/dynamic/ src/index.ts",
"start": "node -r ts-node/register -r tsconfig-paths/register src/index.ts",
"prettier": "prettier \"{,!(node_modules)/**/}*.ts\" --config .prettierrc --write"
},
"devDependencies": {
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.8.8",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
"ts-node-dev": "^2.0.0"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.44",
"@octokit/rest": "^20.0.2",
"@types/node": "^20.8.3",
"axios": "^1.5.1",
"chalk": "^4.1.2",
"discord-api-types": "^0.37.60",
"discord.js": "^14.13.0",
"gif-encoder-2": "^1.0.5",
"image-size": "^1.0.2",
"jszip": "^3.10.1",
"linux-os-info": "^2.0.0",
"moment": "^2.29.4",
"tslib": "^2.6.2"
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0"
}
}
Loading

0 comments on commit 1323152

Please sign in to comment.