aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-26 14:16:25 +0300
committereug-vs <eug-vs@keemail.me>2020-06-26 14:16:25 +0300
commit6df260a927cb074932f93edde54b3329b304b1fa (patch)
tree8783e41321a28b6037764ccb8e19abb9548ec50d /package.json
parent33fe749dec571288fd0b09f4a0a3f83f39ef9e58 (diff)
downloadwhich-api-6df260a927cb074932f93edde54b3329b304b1fa.tar.gz
chore: add ts-node to dependencies
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 9dbbaa5..a5b8218 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,7 @@
"feathers-mongoose": "^8.3.0",
"lodash": "^4.17.15",
"mongoose": "^5.9.18",
+ "ts-node": "^8.10.2",
"typescript": "^3.9.5",
"which-types": "^1.4.1"
},