mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:44:10 +00:00
13 lines
217 B
JSON
13 lines
217 B
JSON
{
|
|
"name": "@zitadel/prettier-config",
|
|
"version": "0.1.1",
|
|
"description": "Prettier configuration",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": "./index.js"
|
|
}
|
|
}
|