Small text-based online game — a HAL mesh module
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

13 строки
177B

  1. {
  2. "private": true,
  3. "type": "module",
  4. "dependencies": {
  5. "pg": "*"
  6. },
  7. "devDependencies": {
  8. "@types/node": "*",
  9. "@types/pg": "*",
  10. "typescript": "*"
  11. }
  12. }