41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"name": "@gcch/configuration-prettier",
|
|
"version": "0.0.10",
|
|
"type": "module",
|
|
"description": "Configuration Prettier partageable pour gcch.",
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"prettier": "^4.0.0-alpha.12"
|
|
},
|
|
"dependencies": {
|
|
"@prettier/plugin-php": "^0.24.0",
|
|
"@prettier/plugin-xml": "^3.4.2",
|
|
"prettier": "^4.0.0-alpha.12",
|
|
"prettier-plugin-curly": "^0.4.0",
|
|
"prettier-plugin-jsdoc": "^1.5.0",
|
|
"prettier-plugin-pkg": "^0.21.2",
|
|
"prettier-plugin-sh": "^0.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@arethetypeswrong/core": "^0.18.2",
|
|
"@gcch/configuration-dprint": "latest",
|
|
"@gcch/configuration-eslint": "^0.0.9",
|
|
"eslint": "^9.39.1",
|
|
"knip": "^5.67.1",
|
|
"publint": "^0.3.15",
|
|
"tsdown": "^0.16.0",
|
|
"typescript": "^6.0.0-dev.20251104"
|
|
},
|
|
"trustedDependencies": [
|
|
"oxc-resolver"
|
|
]
|
|
}
|