Skip to content

Commit

Permalink
Huge update!
Browse files Browse the repository at this point in the history
- Typescript rewrite
- Types added
- Code optimization
  • Loading branch information
kvba0000 committed Aug 6, 2024
1 parent 01e3908 commit 4753a8a
Show file tree
Hide file tree
Showing 10 changed files with 492 additions and 185 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "gif-validator",
"description": "gif-validator is a simple script allowing you to clear favorite gifs on Discord from ones that are not available.",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"main": "src/index.js",
"type": "module",
"main": "src/index.ts",
"scripts": {
"start": "node ."
"start": "tsx ."
},
"dependencies": {
"axios": "^1.6.7",
"discord-protos": "^1.0.5"
"axios": "^1.7.3",
"discord-protos": "1.0.5",
"tsx": "4.16.5",
"typescript": "5.5.4"
},
"devDependencies": {
"@types/node": "22.1.0"
}
}
303 changes: 301 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4753a8a

Please sign in to comment.