diff --git a/package.json b/package.json index 36698b5..605cd5f 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,20 @@ "type": "git", "url": "https://github.com/NotNinja/searcherer.git" }, + "dependencies": { + "chalk": "^2.3.0", + "commander": "^2.11.0", + "debug": "^3.1.0", + "get-stdin": "^5.0.1", + "glob": "^7.1.2", + "iconv-lite": "^0.4.19", + "pluralize": "^7.0.0", + "pollock": "^0.1.0", + "strip-ansi": "^4.0.0", + "text-table": "^0.2.0" + }, "devDependencies": { - "eslint": "^4.9.0", + "eslint": "^4.10.0", "eslint-config-notninja": "^0.2.3" }, "bin": { @@ -33,17 +45,5 @@ }, "engines": { "node": ">=8" - }, - "dependencies": { - "chalk": "^2.3.0", - "commander": "^2.11.0", - "debug": "^3.1.0", - "get-stdin": "^5.0.1", - "glob": "^7.1.2", - "iconv-lite": "^0.4.19", - "pluralize": "^7.0.0", - "pollock": "^0.1.0", - "strip-ansi": "^4.0.0", - "text-table": "^0.2.0" } }