summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3904045..21a5775 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,7 @@
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.2",
+ "electron": "^6.0.3",
"jest": "^24.9.0",
"spectron": "^8.0.0",
"ts-jest": "^24.0.2",
@@ -28,5 +29,8 @@
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.5.3"
+ },
+ "dependencies": {
+ "chokidar": "^3.0.2"
}
}