aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index a1e6d56..0028d3d 100644
--- a/package.json
+++ b/package.json
@@ -14,9 +14,11 @@
"@types/node": "^18.11.18",
"ts-morph": "^17.0.1",
"ts-node": "^10.9.1",
- "typescript": "^4.9.4"
+ "typescript": "^4.9.4",
+ "uuid": "^9.0.0"
},
"devDependencies": {
+ "@types/uuid": "^9.0.0",
"nodemon": "^2.0.20"
}
}