mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
|
|
"name": "coder",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"format:write:only": "pnpm exec prettier --write"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "3.0.0"
|
|
}
|
|
}
|