aboutsummaryrefslogtreecommitdiffhomepage
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 2dd6e7666..83ea17638 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,8 @@
40 "help": "scripty", 40 "help": "scripty",
41 "postinstall": "cd client && yarn install", 41 "postinstall": "cd client && yarn install",
42 "tsc": "tsc", 42 "tsc": "tsc",
43 "nodemon": "nodemon" 43 "nodemon": "nodemon",
44 "ts-node": "ts-node"
44 }, 45 },
45 "dependencies": { 46 "dependencies": {
46 "async": "^2.0.0", 47 "async": "^2.0.0",
@@ -74,6 +75,7 @@
74 "safe-buffer": "^5.0.1", 75 "safe-buffer": "^5.0.1",
75 "scripty": "^1.5.0", 76 "scripty": "^1.5.0",
76 "sequelize": "4.0.0-2", 77 "sequelize": "4.0.0-2",
78 "ts-node": "^3.0.6",
77 "typescript": "~2.2.0", 79 "typescript": "~2.2.0",
78 "validator": "^7.0.0", 80 "validator": "^7.0.0",
79 "winston": "^2.1.1", 81 "winston": "^2.1.1",