package.json 230 B

123456789101112
  1. {
  2. "scripts": {
  3. "start": "tsx client.ts"
  4. },
  5. "dependencies": {
  6. "@types/node": "^20.10.4",
  7. "prompt-sync": "^4.2.0",
  8. "readline": "^1.3.0",
  9. "tsx": "^4.6.2",
  10. "typescript": "^5.3.3"
  11. }
  12. }