Add ts-node dependency

This commit is contained in:
David Majdandžić
2023-03-30 12:45:46 +02:00
parent bf14864f38
commit a34d393c01

View File

@@ -15,6 +15,7 @@
"express": "^4.18.2", "express": "^4.18.2",
"nanotimer": "^0.3.15", "nanotimer": "^0.3.15",
"smpp": "^0.6.0-rc.4", "smpp": "^0.6.0-rc.4",
"ts-node": "^10.9.1",
"ws": "^8.13.0" "ws": "^8.13.0"
} }
} }