Skip to content

Commit

Permalink
adding ts-node as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxTale-Labs committed Aug 1, 2023
1 parent ad353d3 commit ca41510
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 12 deletions.
171 changes: 161 additions & 10 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -44,7 +44,6 @@
"node-fetch": "^3.3.0",
"node-ts-cache": "^4.4.0",
"node-ts-cache-storage-memory": "^4.4.0",
"typescript": "^4.6.2",
"ws": "^8.11.0"
},
"devDependencies": {
Expand All @@ -54,6 +53,8 @@
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.18.0",
"mocha": "^10.0.0",
"ts-mocha": "^10.0.0"
"ts-mocha": "^10.0.0",
"typescript": "^4.6.2",
"ts-node": "^10.4.0"
}
}

0 comments on commit ca41510

Please sign in to comment.