2022-12-02 10:47:58 +00:00
|
|
|
{
|
|
|
|
"name": "@bauke/prettier-config",
|
|
|
|
"description": "Shareable Prettier configuration.",
|
2023-07-03 22:02:29 +00:00
|
|
|
"version": "0.1.3",
|
2022-12-02 10:47:58 +00:00
|
|
|
"license": "Unlicense",
|
2022-12-02 11:10:14 +00:00
|
|
|
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
2022-12-02 10:47:58 +00:00
|
|
|
"type": "module",
|
|
|
|
"main": "prettier.json",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-06 12:19:35 +00:00
|
|
|
"prettier-plugin-astro": "^0.10.0"
|
2022-12-02 10:47:58 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-06-06 12:19:35 +00:00
|
|
|
"prettier-plugin-astro": "^0.10.0"
|
2022-12-02 10:47:58 +00:00
|
|
|
}
|
|
|
|
}
|