mirror of
https://github.com/zkitter/configs.git
synced 2026-01-08 06:34:05 -05:00
33 lines
674 B
JSON
33 lines
674 B
JSON
{
|
|
"name": "@r1oga/prettier-config",
|
|
"version": "1.1.5",
|
|
"description": "Shared prettier configuration",
|
|
"main": ".prettierrc.json",
|
|
"files": [
|
|
".prettierrc.json",
|
|
".prettierignore",
|
|
"postinstall.sh"
|
|
],
|
|
"keywords": [
|
|
"prettier",
|
|
"configuration",
|
|
"standard"
|
|
],
|
|
"author": "r1oga",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "js-yaml .prettierrc.yaml > .prettierrc.json",
|
|
"postinstall": "bash postinstall.sh"
|
|
},
|
|
"peerDependencies": {
|
|
"prettier": "^2.8.1"
|
|
},
|
|
"gitHead": "af64bc0dabc5e3fb6bbc6654b2d98288ff8e7ff9",
|
|
"devDependencies": {
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|