aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0028d3d..1f98a54 100644
--- a/package.json
+++ b/package.json
@@ -11,13 +11,13 @@
"watch": "nodemon --exec 'clear && yarn runtime' -e .ts"
},
"dependencies": {
- "@types/node": "^18.11.18",
"ts-morph": "^17.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"uuid": "^9.0.0"
},
"devDependencies": {
+ "@types/node": "^18.11.18",
"@types/uuid": "^9.0.0",
"nodemon": "^2.0.20"
}