-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@davidsneighbour/prettier-config",
"description": "Prettier configuration for use in @davidsneighbour projects.",
"version": "2025.0.1",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <patrick@davids-neighbour.com> (https://davids-neighbour.com)",
"bugs": "https://github.com/davidsneighbour/configurations/issues",
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/prettier-config",
"dependencies": {
"@prettier/plugin-php": "0.22.4",
"@prettier/plugin-xml": "3.4.1",
"prettier": "3.4.2",
"prettier-eslint": "^16.3.0",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-properties": "0.3.0",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-tailwindcss": "0.6.11",
"prettier-plugin-toml": "2.0.1"
},
"scripts": {
"fixpack": "fixpack",
"update": "npm-check-updates -u && npm install && git add package* && fixpack && git commit -m \"chore(deps): update dependencies\""
},
"main": "index.mjs",
"engines": {
"node": ">=20.18.0",
"npm": ">=10.3.0"
},
"gitHead": "515736c9b5186fe57ad4e73dbbf6915b76641277",
"type": "module"
}