mirror of
https://github.com/Mastermindzh/code-style-conventions.git
synced 2024-12-04 12:36:48 +01:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "@mastermindzh/prettier-config",
|
|
"version": "1.0.0",
|
|
"description": "My preferred prettier config",
|
|
"main": "index.js",
|
|
"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",
|
|
"mastermindzh",
|
|
"rick van lieshout",
|
|
"lieshout"
|
|
],
|
|
"author": "Rick van Lieshout",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Mastermindzh/prettier-config/issues"
|
|
},
|
|
"homepage": "https://github.com/Mastermindzh/prettier-config#readme"
|
|
}
|