35 lines
No EOL
860 B
JSON
35 lines
No EOL
860 B
JSON
{
|
|
"name": "@gcch/configuration-prettier",
|
|
"version": "1.0.6",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"module": "./dist/index.js",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./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-plugin-curly": "^0.3.2",
|
|
"prettier-plugin-jsdoc": "^1.3.3",
|
|
"prettier-plugin-pkg": "^0.21.2",
|
|
"prettier-plugin-sh": "^0.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@arethetypeswrong/core": "^0.18.2",
|
|
"@gcch/configuration-eslint": "^0.0.1",
|
|
"eslint": "^9.36.0",
|
|
"publint": "^0.3.13",
|
|
"tsdown": "^0.15.4",
|
|
"typescript": "^5.9.2",
|
|
"unplugin-unused": "^0.5.3"
|
|
}
|
|
} |