X-Git-Url: https://git.r.bdr.sh/rbdr/lgtm/blobdiff_plain/4c4dc29c555d44629fae39e5ed8831e304af570a..702077266d36d190a454a2665b7e31c8f64746ac:/package.json diff --git a/package.json b/package.json index 4c7b594..5adb80a 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "looks good to me", "main": "index.js", "scripts": { + "lint": "eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { @@ -15,5 +16,13 @@ "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" + } }