aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-03-11 17:47:06 +0300
committereug-vs <eugene@eug-vs.xyz>2022-03-11 17:47:06 +0300
commit9168bba092b15b20b0599a0b2551e8fefc1ad803 (patch)
treec9bf669984c7277daa4e561e2120dc4cf88ff662 /package.json
parentc8341b265e69d5a08f0110558297a7a36b8a5394 (diff)
downloadcarcassonne-engine-ts-9168bba092b15b20b0599a0b2551e8fefc1ad803.tar.gz
chore: install lodash
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 402d92c..83c38ee 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
},
"dependencies": {
"debug": "^4.3.3",
+ "lodash": "^4.17.21",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},