tildefriends/package.json

12 lines
192 B
JSON
Raw Permalink Normal View History

2024-02-23 04:42:26 -05:00
{
"name": "tildefriends",
"scripts": {
"prettier": "prettier . --check --cache --write"
},
"author": "Cory McWilliams",
"license": "MIT",
"dependencies": {
"prettier": "^3.2.5"
}
}