summaryrefslogtreecommitdiff
path: root/package.json
blob: c529ef1f59a2520948e0738037922eed3d1bc578 (plain)
1
2
3
4
5
6
7
8
9
{
  "private": true,
  "scripts": {
    "format": "prettier --write --cache ."
  },
  "devDependencies": {
    "prettier": "3.6.2"
  }
}