50 lines
1.3 KiB
JSON

{
"name": "@mastermindzh/prettier-config",
"version": "1.1.0",
"description": "My preferred prettier config with modern best practices",
"main": "index.js",
"type": "commonjs",
"engines": {
"node": ">=20.0.0"
},
"peerDependencies": {
"prettier": ">=3.0.0"
},
"scripts": {
"patch": "npm --no-git-tag-version version patch",
"minor": "npm --no-git-tag-version version minor",
"major": "npm --no-git-tag-version version major",
"release": "git add -A && git commit -m \"version bump and build\" && npm publish --access public && echo \"All done, don't forget to push!\"",
"release-patch": "npm run patch && npm run release",
"release-minor": "npm run minor && npm run release",
"release-major": "npm run major && npm run release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mastermindzh/prettier-config.git"
},
"keywords": [
"prettier",
"config",
"configuration",
"code-style",
"formatting",
"javascript",
"typescript",
"react",
"vue",
"mastermindzh",
"rick van lieshout"
],
"author": "Rick van Lieshout",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mastermindzh/prettier-config/issues"
},
"homepage": "https://github.com/Mastermindzh/prettier-config#readme",
"files": [
"index.js",
"README.md"
]
}