]> git.r.bdr.sh - rbdr/lgtm/blobdiff - package.json
Add linter configs
[rbdr/lgtm] / package.json
index 4c7b594a655c7d242634a43e9cb78ebd7d267635..5adb80a6795f31331f4663134b8fc5e274e8feda 100644 (file)
@@ -4,6 +4,7 @@
   "description": "looks good to me",
   "main": "index.js",
   "scripts": {
+    "lint": "eslint .",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "repository": {
   "bugs": {
     "url": "https://github.com/rbdr/lgtm/issues"
   },
-  "homepage": "https://github.com/rbdr/lgtm#readme"
+  "homepage": "https://github.com/rbdr/lgtm#readme",
+  "dependencies": {
+    "getenv": "^0.7.0",
+    "koa": "^1.2.4"
+  },
+  "devDependencies": {
+    "eslint-config-hapi": "^10.0.0",
+    "eslint-plugin-hapi": "^4.0.0"
+  }
 }