20 lines
393 B
JSON
20 lines
393 B
JSON
{
|
|
"name": "@lendry-erp/prettier-config",
|
|
"version": "1.0.0",
|
|
"description": "Prettier utilities",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"prettier": "^3.8.1"
|
|
},
|
|
"dependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2"
|
|
},
|
|
"exports": {
|
|
"./prettier": "./src/prettier.config.mjs"
|
|
}
|
|
}
|