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