tildefriends/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
244 B
JSON
Raw Permalink Normal View History

2024-02-23 04:42:26 -05:00
{
"name": "tildefriends",
"scripts": {
"prettier": "prettier . --check --cache --write",
"postinstall": "sh tools/install_dependencies.sh"
2024-02-23 04:42:26 -05:00
},
"author": "Cory McWilliams",
"license": "MIT",
"dependencies": {
2024-03-22 05:05:33 -04:00
"prettier": "3.2.5"
2024-02-23 04:42:26 -05:00
}
}