Skip to content

Commit

Permalink
Merge pull request #354 from na2na-p/fix/dev-script
Browse files Browse the repository at this point in the history
watchモードが有効になっていなかったので修正
  • Loading branch information
2na2-p[bot] authored Feb 7, 2024
2 parents 52b4cf7 + a089eee commit 21dd96e
Show file tree
Hide file tree
Showing 2 changed files with 520 additions and 487 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "node --import 'data:text/javascript,import { register } from \"node:module\"; import { pathToFileURL } from \"node:url\"; register(\"./loader.mjs\", pathToFileURL(\"./\"));' built/index.js",
"build": "swc ./src -s -d ./built",
"dev": "tsx src/index.ts --watch",
"dev": "tsx watch src/index.ts",
"lint": "eslint --ext .js,.ts,.tsx \"./src/**/*.{js,ts,tsx}\"",
"lint:fix": "yarn lint --fix",
"fmt": "prettier --config ./.prettierrc --list-different \"src/**/*.{js,json,ts,tsx,css,md}\"",
Expand All @@ -19,30 +19,30 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@swc/cli": "^0.3.0",
"@swc/core": "^1.3.102",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.0",
"@tsconfig/strictest": "^2.0.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitest/coverage-v8": "^1.1.3",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^1.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^1.1.3"
"vitest": "^1.2.2"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.1",
"@t3-oss/env-core": "^0.8.0",
"chalk": "^5.3.0",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"libsodium-wrappers": "^0.7.13",
"lodash-es": "^4.17.21",
"resolve": "^1.22.8",
Expand Down
Loading

0 comments on commit 21dd96e

Please sign in to comment.