Skip to content

Commit

Permalink
fix: Fix annoying ts problem using tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjjrt committed Oct 5, 2024
1 parent 2af3d36 commit ed807cc
Show file tree
Hide file tree
Showing 3 changed files with 2,718 additions and 3,150 deletions.
22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exports": "./dist/index.js",
"scripts": {
"build": "tsc",
"dev": "nodemon | pino-pretty",
"dev": "tsx --env-file=.env src/index.ts | pino-pretty",
"start": "node dist/index.js",
"format": "prettier --write .",
"docs:dev": "vitepress dev docs",
Expand All @@ -21,21 +21,21 @@
"@discordjs/voice": "^0.16.1",
"chalk": "^4.1.2",
"crypto-js": "^4.2.0",
"discord.js": "^14.15.3",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express": "^4.21.0",
"fluent-ffmpeg": "^2.1.3",
"get-video-duration": "^4.1.0",
"libsodium-wrappers": "^0.7.15",
"node-fetch": "^2.7.0",
"ollama": "^0.5.8",
"ollama": "^0.5.9",
"pino": "^8.21.0",
"pino-elasticsearch": "^8.0.0",
"pino-pretty": "^10.3.1",
"pinyin-pro": "^3.24.2",
"pinyin-pro": "^3.25.0",
"seedrandom": "^3.0.5",
"sequelize": "^6.37.3",
"socket.io": "^4.7.5",
"sequelize": "^6.37.4",
"socket.io": "^4.8.0",
"sqlite3": "^5.1.7",
"undici": "^6.19.8",
"uuid": "^9.0.1",
Expand All @@ -46,14 +46,12 @@
"@types/crypto-js": "^4.2.2",
"@types/express": "^4.17.21",
"@types/fluent-ffmpeg": "^2.1.26",
"@types/node": "^18.19.48",
"@types/node": "^18.19.54",
"@types/seedrandom": "^3.0.8",
"@types/uuid": "^9.0.8",
"nodemon": "^3.1.4",
"prettier": "^2.8.8",
"ts-node": "^10.9.2",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitepress": "^1.3.4"
}
}
Loading

0 comments on commit ed807cc

Please sign in to comment.