Skip to content

Commit

Permalink
chore: sort package.json (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Oct 14, 2022
1 parent 71e53a0 commit 72cfdc8
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions package.json
Expand Up @@ -9,45 +9,24 @@
"promise",
"promises"
],
"homepage": "https://github.com/eslint-community/eslint-plugin-promise",
"bugs": "https://github.com/eslint-community/eslint-plugin-promise/issues",
"repository": {
"type": "git",
"url": "https://github.com/eslint-community/eslint-plugin-promise"
},
"license": "ISC",
"author": "jden <jason@denizac.org>",
"contributors": [
"Brett Zamir",
"Aadit M Shah <aaditmshah@aadit.codes> (https://aadit.codes/)"
],
"repository": {
"type": "git",
"url": "https://github.com/eslint-community/eslint-plugin-promise"
},
"homepage": "https://github.com/eslint-community/eslint-plugin-promise",
"bugs": "https://github.com/eslint-community/eslint-plugin-promise/issues",
"scripts": {
"format": "prettier --write .",
"lint": "eslint --report-unused-disable-directives .",
"prepare": "husky install",
"test": "jest --coverage"
},
"devDependencies": {
"@typescript-eslint/parser": "^5.40.0",
"doctoc": "^2.2.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-plugin": "^4.4.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^7.0.4",
"jest": "^28.1.3",
"lint-staged": "^12.5.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"license": "ISC",
"lint-staged": {
"{README.md,CONTRIBUTING.md}": [
"doctoc --maxlevel 3 --notitle"
Expand All @@ -61,9 +40,9 @@
]
},
"prettier": {
"proseWrap": "always",
"semi": false,
"singleQuote": true,
"proseWrap": "always"
"singleQuote": true
},
"jest": {
"coverageThreshold": {
Expand All @@ -74,5 +53,26 @@
"statements": 100
}
}
},
"devDependencies": {
"@typescript-eslint/parser": "^5.40.0",
"doctoc": "^2.2.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-plugin": "^4.4.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^7.0.4",
"jest": "^28.1.3",
"lint-staged": "^12.5.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
}

0 comments on commit 72cfdc8

Please sign in to comment.