diff --git a/package.json b/package.json index 7359cc6..8146c74 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,12 @@ }, "homepage": "https://github.com/Chatie/eslint-config#readme", "peerDependencies": {}, - "dependencies": { + "devDependencies": { + "@chatie/git-scripts": "^0.6.2", + "@chatie/semver": "^0.4.7", + "@chatie/tsconfig": "^0.20.2", + "@types/eslint": "^7.28.0", + "@types/glob": "^7.1.4", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/eslint-plugin-tslint": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", @@ -43,16 +48,9 @@ "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0", "file-name-linter": "^1.1.0", - "markdownlint-cli": "^0.28.1", - "pkg-up": "^3.1.0" - }, - "devDependencies": { - "@chatie/git-scripts": "^0.6.2", - "@chatie/semver": "^0.4.7", - "@chatie/tsconfig": "^0.20.2", - "@types/eslint": "^7.28.0", - "@types/glob": "^7.1.4", "glob": "^7.1.7", + "markdownlint-cli": "^0.28.1", + "pkg-up": "^3.1.0", "tstest": "^0.4.10", "typescript": "^4.4.3" },