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. }