chore: update dependencies #130

Merged
Anri merged 3 commits from dev into main 2024-04-02 00:11:55 +02:00
Showing only changes of commit b0015925d0 - Show all commits

View file

@ -7,7 +7,8 @@
"main": "rm -r dist 2> /dev/null; npx tsc && node ./dist/index.js", "main": "rm -r dist 2> /dev/null; npx tsc && node ./dist/index.js",
"debug": "npx tsnd --respawn ./src/index.ts", "debug": "npx tsnd --respawn ./src/index.ts",
"lint": "npx eslint src", "lint": "npx eslint src",
"format": "npx prettier --check src" "format-check": "npx prettier --check src",
"format-write": "npx prettier --write src"
}, },
"repository": { "repository": {
"type": "git", "type": "git",